Skip to content

Merge pull request #7 from Kreijstal/fix-wide-instruction-parser #22

Merge pull request #7 from Kreijstal/fix-wide-instruction-parser

Merge pull request #7 from Kreijstal/fix-wide-instruction-parser #22

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm install
- run: npm test