We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca62d4 commit 4584bbeCopy full SHA for 4584bbe
.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