GitHub: PR checks: Run schema check inside renamed linting job

This commit is contained in:
Athanasius 2021-11-08 13:35:52 +00:00
parent 49b14aa62e
commit 98b868a115
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -12,7 +12,7 @@ on:
branches: [ develop ] branches: [ develop ]
jobs: jobs:
flake8: linting:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
@ -92,10 +92,6 @@ jobs:
git diff "refs/remotes/${BASE_REPO_OWNER}/${BASE_REF}" -- | flake8 . --count --statistics --diff --extend-ignore D 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 - name: Check schemas
run: | run: |
scripts/check-schemas-load.py scripts/check-schemas-load.py