Skip to content

Commit 1a87c0e

Browse files
committed
fix:the CI journey never stops
1 parent 69c1005 commit 1a87c0e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install -r tools/python/requirements.txt
23-
23+
24+
- name: Download schema bundle
25+
uses: actions/download-artifact@v4
26+
with:
27+
name: schema-bundle
28+
path: build/
29+
2430
- name: Shape validation
2531
run: |
2632
python tools/python/checks/shacl.py

0 commit comments

Comments
 (0)