use biome action directly

This commit is contained in:
2025-08-29 13:19:19 +02:00
parent 69f46059e0
commit 20bf530f18

View File

@@ -10,14 +10,11 @@ on:
jobs: jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: oven/bun
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Biome - uses: biomejs/setup-biome@v2
run: bun install -g biome - name: Run Biome lint
- name: Biome CI run: biome lint .
run: biome ci
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest