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 8087f7e commit 2587e64Copy full SHA for 2587e64
.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