Skip to content

Commit

Permalink
chore: add format command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jun 6, 2024
1 parent 4b2d19c commit c5d112d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: yarn
- name: lint
run: biome lint
- name: format
run: biome format
- name: build
run: yarn build
- name: test
Expand Down

0 comments on commit c5d112d

Please sign in to comment.