Skip to content

Commit

Permalink
ci: run shacl
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Aug 7, 2024
1 parent 3ea36c0 commit 00486f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
name: resources
path: resources
- run: sudo apt-get update && sudo apt-get install -y raptor2-utils
- run: rapper -i nquads -o turtle resources.nq > report.ttl
- run: npm run validate
- run: rapper -i ntriples -o turtle report.nt > report.ttl
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 00486f5

Please sign in to comment.