Skip to content

refactor other scenarios for worm state changes #102

refactor other scenarios for worm state changes

refactor other scenarios for worm state changes #102

Workflow file for this run

on:
push:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- run: yarn
- run: yarn lint
- run: yarn build
- run: yarn test