Skip to content

Add NOP command and a list for command lengths #12

Add NOP command and a list for command lengths

Add NOP command and a list for command lengths #12

name: Test
on:
pull_request:
jobs:
tests:
name: Run linter and tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: lint
run: npm run lint