Skip to content

build(deps-dev): Bump @types/rdfjs__dataset from 2.0.2 to 2.0.3 #1677

build(deps-dev): Bump @types/rdfjs__dataset from 2.0.2 to 2.0.3

build(deps-dev): Bump @types/rdfjs__dataset from 2.0.2 to 2.0.3 #1677

Workflow file for this run

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