mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-23 20:10:29 +03:00
GitHub: pr-checks: Run scheck-schemas-load script
This commit is contained in:
parent
5740893607
commit
d4d31edf19
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)
|
||||
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