mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-25 12:42:14 +03:00
GitHub: PR checks: Run schema check inside renamed linting job
This commit is contained in:
parent
49b14aa62e
commit
98b868a115
6
.github/workflows/pr-checks.yml
vendored
6
.github/workflows/pr-checks.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user