Skip to content

chore: fix publish workflow #70

chore: fix publish workflow

chore: fix publish workflow #70

Workflow file for this run

name: Checks
on: [pull_request, push]
jobs:
Checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: yarn install
- run: yarn build
- run: yarn check-types
- run: yarn lint