diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9041556..ca949f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,14 +10,11 @@ on: jobs: lint: runs-on: ubuntu-latest - container: - image: oven/bun steps: - uses: actions/checkout@v4 - - name: Install Biome - run: bun install -g biome - - name: Biome CI - run: biome ci + - uses: biomejs/setup-biome@v2 + - name: Run Biome lint + run: biome lint . build: runs-on: ubuntu-latest