Skip to content

refactor: add const assertion #129

refactor: add const assertion

refactor: add const assertion #129

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
push:
branches:
- main
paths-ignore:
- '**.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
check-latest: true
cache: yarn
- run: yarn install
- run: yarn test