Skip to content

Only show errors in JSON #74

Only show errors in JSON

Only show errors in JSON #74

Workflow file for this run

name: Continuous Integration
on: push
jobs:
unit-tests:
runs-on: '${{ matrix.os }}'
strategy:
matrix:
os:
- ubuntu-20.04
node-version:
- 22.x
steps:
- uses: actions/checkout@v4
- name: 'Install node.js ${{ matrix.node-version }}'
uses: actions/setup-node@v2-beta
with:
node-version: '${{ matrix.node-version }}'
- name: Run lint
run: |
npm install
npm run lint && npm ls
jq . test_cases/*.json > /dev/null