Skip to content

Commit

Permalink
Check formatting during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Jun 10, 2024
1 parent 96a27b2 commit 729fbb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: Lint
run: yarn lint

- name: Check formatting
run: yarn format:check

# Read existing version, reuse that, add a Git short hash
- name: Set build version to Git commit
run: node scripts/writeGitVersion.mjs $(git rev-parse --short HEAD)
Expand Down

0 comments on commit 729fbb4

Please sign in to comment.