There was an error while loading. Please reload this page.
make format
1 parent 986eb7d commit 4bc33e3Copy full SHA for 4bc33e3
.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