Skip to content

Commit 474c34c

Browse files
committed
Lint files and check formatting during CI
1 parent c50c03e commit 474c34c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
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)