Skip to content

Commit 729fbb4

Browse files
committed
Check formatting during CI
1 parent 96a27b2 commit 729fbb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: Lint
5050
run: yarn lint
5151

52+
- name: Check formatting
53+
run: yarn format:check
54+
5255
# Read existing version, reuse that, add a Git short hash
5356
- name: Set build version to Git commit
5457
run: node scripts/writeGitVersion.mjs $(git rev-parse --short HEAD)

0 commit comments

Comments
 (0)