From 86810a97e59c1c93e5c9230591a86780c6fff11b Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 5 Sep 2022 13:12:21 +0100 Subject: [PATCH] github pr-checks: Rename the overall job to `code-checks` It includes all of the setup, the actual flake8 run, and now a pytest run. --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index f61fff72..e90929bb 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -12,7 +12,7 @@ on: branches: [ develop ] jobs: - flake8: + code-checks: runs-on: ubuntu-22.04 steps: