Skip to content

Commit

Permalink
Add Biome to CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonbox committed Sep 30, 2024
1 parent 187ee54 commit 0f05871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
cache: 'yarn'
- name: 📦 Install dependencies
run: yarn install
- name: ☢️ Biome
run: yarn biome ci
- name: 🧪 Test
run: yarn test
- name: 🔨 Build
Expand Down

0 comments on commit 0f05871

Please sign in to comment.