Skip to content

Commit

Permalink
Add format check step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar committed Mar 13, 2024
1 parent 2eb0fd3 commit 7f8545b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ jobs:
- name: ESLint
run: yarn lint

- name: Biome format
run: yarn format:check

release_next:
name: Release @next
if: github.event_name == 'push' && contains(github.event.ref, 'master') && (!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, 'docs:'))
Expand Down

0 comments on commit 7f8545b

Please sign in to comment.