Skip to content

Commit 00486f5

Browse files
committed
ci: run shacl
1 parent 3ea36c0 commit 00486f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
name: resources
2626
path: resources
2727
- run: sudo apt-get update && sudo apt-get install -y raptor2-utils
28-
- run: rapper -i nquads -o turtle resources.nq > report.ttl
28+
- run: npm run validate
29+
- run: rapper -i ntriples -o turtle report.nt > report.ttl
2930
- uses: actions/upload-artifact@v4
3031
if: always()
3132
with:

0 commit comments

Comments
 (0)