Skip to content

Update dependency @biomejs/biome to v2.5.4 #1962

Update dependency @biomejs/biome to v2.5.4

Update dependency @biomejs/biome to v2.5.4 #1962

Workflow file for this run

on: push
name: CI
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.1
- uses: oven-sh/setup-bun@v2.2.0
with:
bun-version: latest
- run: make node_modules
- run: make lint
- run: make typecheck
- run: make test
up-to-date:
name: Up-to-date dist/docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.1
- uses: oven-sh/setup-bun@v2.2.0
with:
bun-version: latest
- run: make node_modules
- run: make build
- name: Check uncommitted changes
run: git add --intent-to-add . && git diff --exit-code --stat