Skip to content

Bump minimatch from 3.1.2 to 3.1.5 #71

Bump minimatch from 3.1.2 to 3.1.5

Bump minimatch from 3.1.2 to 3.1.5 #71

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run test:ebnf
- run: npm run test:validate