Skip to content

Commit 4584bbe

Browse files
committed
Lint files and check formatting during CI
1 parent 6ca62d4 commit 4584bbe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
- name: Install deps
4747
run: yarn install
4848

49+
- name: Check formatting
50+
run: yarn workspaces foreach -Ap -j unlimited run format-check
51+
52+
- name: Lint files
53+
run: yarn workspaces foreach -Ap -j unlimited run lint
54+
4955
# Read existing version, reuse that, add a Git short hash
5056
- name: Set build version to Git commit
5157
run: yarn tsx scripts/writeGitVersion.mts $(git rev-parse --short HEAD)

0 commit comments

Comments
 (0)