Skip to content

Commit 2587e64

Browse files
committed
Use nbuild format in CI
1 parent 8087f7e commit 2587e64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
- name: Add Tool
1515
run: rustup component add rustfmt
1616
- name: Check Format
17-
run: cargo fmt -- --check
17+
run: cargo nbuild format --check
18+

0 commit comments

Comments
 (0)