We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc55a9d commit c33254cCopy full SHA for c33254c
.github/workflows/tests.yml
@@ -46,6 +46,12 @@ jobs:
46
- name: Install deps
47
run: yarn install
48
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
55
# Read existing version, reuse that, add a Git short hash
56
- name: Set build version to Git commit
57
run: yarn tsx scripts/writeGitVersion.mts $(git rev-parse --short HEAD)
0 commit comments