We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea36c0 commit 00486f5Copy full SHA for 00486f5
.github/workflows/ci.yaml
@@ -25,7 +25,8 @@ jobs:
25
name: resources
26
path: resources
27
- run: sudo apt-get update && sudo apt-get install -y raptor2-utils
28
- - run: rapper -i nquads -o turtle resources.nq > report.ttl
+ - run: npm run validate
29
+ - run: rapper -i ntriples -o turtle report.nt > report.ttl
30
- uses: actions/upload-artifact@v4
31
if: always()
32
with:
0 commit comments