Skip to content

Commit

Permalink
Add formatter job to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Apr 1, 2024
1 parent eb4204b commit e660c8a
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

format:
name: Formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bunx prettier --check .

test:
name: Unit and Integration Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit e660c8a

Please sign in to comment.