From 3a5e5ab2b9d4ecf3961faec0918a7b9f77765074 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Fri, 29 Aug 2025 13:20:36 +0200 Subject: [PATCH] revert biome action --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca949f1..22a0ac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,12 @@ on: jobs: lint: runs-on: ubuntu-latest + container: + image: oven/bun steps: - uses: actions/checkout@v4 - - uses: biomejs/setup-biome@v2 + - name: Install Biome + run: bun install -g biome - name: Run Biome lint run: biome lint .