Skip to content

undo dummy change

undo dummy change #8

Workflow file for this run

name: Tests
on: pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Setup workspace
run: yarn install --frozen-lockfile
- name: Format check
run: yarn run format:check
- name: Run test
run: yarn run test