Skip to content

Remove bone islands custom scenario #107

Remove bone islands custom scenario

Remove bone islands custom scenario #107

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