Remove eslint/prettier and switch to biome (#2880)

This commit is contained in:
Samy Pessé
2025-02-26 17:59:34 +01:00
committed by GitHub
parent 027a859ef4
commit 1f4733355e
347 changed files with 2325 additions and 2869 deletions
-13
View File
@@ -311,19 +311,6 @@ jobs:
env:
PUPPETEER_SKIP_DOWNLOAD: 1
- run: bun format:check
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: ./.github/composite/setup-bun
- name: Install dependencies
run: bun install --frozen-lockfile
env:
PUPPETEER_SKIP_DOWNLOAD: 1
- run: bun lint --no-cache
test:
runs-on: ubuntu-latest
name: Test