Skip to content

build(deps): Bump @types/rdf-validate-shacl from 0.4.7 to 0.4.9 #2386

build(deps): Bump @types/rdf-validate-shacl from 0.4.7 to 0.4.9

build(deps): Bump @types/rdf-validate-shacl from 0.4.7 to 0.4.9 #2386

Workflow file for this run

name: QA
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm install
- run: npm run lint
- run: npm test
- run: npm run compile