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 96a27b2 commit 729fbb4Copy full SHA for 729fbb4
.github/workflows/tests.yml
@@ -49,6 +49,9 @@ jobs:
49
- name: Lint
50
run: yarn lint
51
52
+ - name: Check formatting
53
+ run: yarn format:check
54
+
55
# Read existing version, reuse that, add a Git short hash
56
- name: Set build version to Git commit
57
run: node scripts/writeGitVersion.mjs $(git rev-parse --short HEAD)
0 commit comments