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 Oct 1, 2024
1 parent ff163cb commit f1bcf01
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 f1bcf01

Please sign in to comment.