Skip to content

Issue #356 Simplify documentation of INS commands. #83

Issue #356 Simplify documentation of INS commands.

Issue #356 Simplify documentation of INS commands. #83

Workflow file for this run

name: test
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: "20.x"
- run: yarn install --frozen-lockfile
- run: yarn test