Skip to content

chore(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.0 #888

chore(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.0

chore(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.0 #888

Workflow file for this run

name: Run tests on PR
on:
pull_request:
branches:
- main
jobs:
lint:
name: Run linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: biomejs/setup-biome@v2
- run: biome ci lib
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun test