Skip to content

Commit

Permalink
add biome to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Oct 3, 2024
1 parent b362783 commit 88d215e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
- run: pnpm install
- run: pnpm test:coverage
- run: pnpm test:report
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest

- name: Run Biome
run: biome ci .
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 88d215e

Please sign in to comment.