Skip to content

Remote some excludes from this project's biome.json. #95

Remote some excludes from this project's biome.json.

Remote some excludes from this project's biome.json. #95

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: make setup
- run: make lint
- run: make check-dependency-constraints
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: make setup
- run: make build
- run: make check-package.json