Skip to content

migrate to biome

migrate to biome #75

Workflow file for this run

on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run type-check
- run: npm run lint