Skip to content

chore(deps-dev): bump @biomejs/biome from 2.4.15 to 2.4.16 #236

chore(deps-dev): bump @biomejs/biome from 2.4.15 to 2.4.16

chore(deps-dev): bump @biomejs/biome from 2.4.15 to 2.4.16 #236

Workflow file for this run

name: CI
on:
pull_request:
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- run: bun install --frozen-lockfile
- run: bun run types
- run: bun run build
- run: bun test
- run: bun run format:check
- run: bun run lint