Skip to content

Commit

Permalink
Setup Biome on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Apr 26, 2024
1 parent 8a423c6 commit 1197430
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
- run: bun install
- run: bun run typecheck

biome:
name: Biome
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run ci

format:
name: Formatter
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1197430

Please sign in to comment.