From 5667fd5507189db1b37e91951ae291bb25c4c8be Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 8 Nov 2021 13:35:52 +0000 Subject: [PATCH] GitHub: PR checks: Run schema check inside renamed linting job --- .github/workflows/pr-checks.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index d415782..93466df 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -12,7 +12,7 @@ on: branches: [ develop ] jobs: - flake8: + linting: runs-on: ubuntu-18.04 steps: @@ -92,10 +92,6 @@ jobs: git diff "refs/remotes/${BASE_REPO_OWNER}/${BASE_REF}" -- | flake8 . --count --statistics --diff --extend-ignore D #################################################################### - schemas_load: - runs-on: ubuntu-18.04 - - steps: - - name: Check schemas - run: | - scripts/check-schemas-load.py + - name: Check schemas + run: | + scripts/check-schemas-load.py