Skip to content

chore(main): release 0.0.17 #3

chore(main): release 0.0.17

chore(main): release 0.0.17 #3

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/checks.yml

Invalid workflow file

`pull` is not a valid event name
pull:
push:
branches:
- main
name: checks
jobs:
checks:
strategy:
matrix:
command: [typecheck, test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run ${{ matrix.command }}