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 3206c33 commit 83f7d50Copy full SHA for 83f7d50
1 file changed
.github/workflows/main.yml
@@ -57,6 +57,9 @@ jobs:
57
pnpm install
58
pnpm run build
59
60
+ - name: Format ✨
61
+ run: pnpm test.format
62
+
63
- name: Lint ✨
64
run: pnpm test.lint
65
0 commit comments