mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-26 21:22: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 ]
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user