mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-26 21:22:14 +03:00
GitHub: pr-checks: Run scheck-schemas-load script
This commit is contained in:
parent
4b5687808f
commit
49b14aa62e
8
.github/workflows/pr-checks.yml
vendored
8
.github/workflows/pr-checks.yml
vendored
@ -91,3 +91,11 @@ jobs:
|
|||||||
# explicitly ignore docstring errors (start with D)
|
# explicitly ignore docstring errors (start with D)
|
||||||
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
|
||||||
|
run: |
|
||||||
|
scripts/check-schemas-load.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user