From 00486f5ffaf0bc4043868eb2c347a87bae728970 Mon Sep 17 00:00:00 2001 From: tpluscode Date: Wed, 7 Aug 2024 22:34:55 +0200 Subject: [PATCH] ci: run shacl --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ee1672..2e60a1a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: