Skip to content

Commit 40a4cc8

Browse files
feature: add sourcemeta jsonschema linting to pre-commit
relates to #401
1 parent 0b936ba commit 40a4cc8

File tree

6 files changed

+496
-98
lines changed

6 files changed

+496
-98
lines changed

.github/workflows/regress.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ on:
1212
jobs:
1313
regress-pre-commit:
1414
runs-on: ubuntu-latest
15+
env:
16+
SINGULARITY: 1
1517
steps:
16-
- uses: actions/checkout@v4
18+
- name: Clone Github Repo Action
19+
uses: actions/checkout@v4
1720
- uses: actions/setup-python@v5
1821
- uses: pre-commit/[email protected]
22+
- uses: sourcemeta/[email protected]
23+
- run: jsonschema lint --exclude const_with_type --ignore schemas/json-schema-draft-07.json --resolve schemas/*.json schemas/*.json
1924
regress-smoke:
2025
needs: build-llvm
2126
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)