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 da766bc commit 55fc044Copy full SHA for 55fc044
.github/workflows/ci.yml
@@ -33,3 +33,6 @@ jobs:
33
- name: Lint
34
run: |
35
make format
36
+ - name: Check Lint
37
+ run: |
38
+ make check
0 commit comments