Skip to content

Commit

Permalink
run biome only no linux
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jan 28, 2025
1 parent e42f791 commit 7d73c7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:

- run: pnpm install --frozen-lockfile
- name: Setup Biome
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
if: ${{ matrix.os == 'ubuntu-latest' }}
run: biome ci .

- name: Run tests
Expand Down

0 comments on commit 7d73c7e

Please sign in to comment.