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 03dca68 commit 2a3d594Copy full SHA for 2a3d594
.github/workflows/tests.yml
@@ -22,6 +22,8 @@ jobs:
22
enable-cache: true
23
- name: Install dependencies
24
run: make sync
25
+ - name: Verify formatting
26
+ run: make format-check
27
- name: Run lint
28
run: make lint
29
0 commit comments