We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedeed1 commit 71595cfCopy full SHA for 71595cf
.github/workflows/ci.yml
@@ -29,5 +29,8 @@ jobs:
29
- name: Install dependencies
30
run: bun install
31
32
+ - name: Check format
33
+ run: bun run format:check
34
+
35
- name: Run tests
36
run: bun test
0 commit comments