Skip to content

fix: glass pen filter, element targeting in skill, rename to board #10

fix: glass pen filter, element targeting in skill, rename to board

fix: glass pen filter, element targeting in skill, rename to board #10

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm i
- run: npm test