Skip to content

fix: tweak strictness of ts-eslint rules #285

fix: tweak strictness of ts-eslint rules

fix: tweak strictness of ts-eslint rules #285

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# waiting on: https://github.com/actions/setup-node/issues/531
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- run: yarn install --immutable
- run: yarn lint
- run: yarn typecheck
- run: yarn format:check
- run: yarn knip