Skip to content

Commit

Permalink
chore: Add conditional check for running biome on Ubuntu in test work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
7nohe committed Apr 20, 2024
1 parent acae3f9 commit 5aa7a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ jobs:

- name: Run biome
run: pnpm biome check .
if: ${{ matrix.os == 'ubuntu-latest' }}

0 comments on commit 5aa7a89

Please sign in to comment.