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 ad8c083 commit b407214Copy full SHA for b407214
.github/workflows/format.yml
@@ -14,4 +14,5 @@ jobs:
14
- name: Add Tool
15
run: rustup component add rustfmt
16
- name: Check Format
17
- run: cargo fmt -- --check
+ run: cargo nbuild format --check
18
+
0 commit comments