Skip to content

Commit d0a30e5

Browse files
committed
Add code quality scanning
1 parent d980dbd commit d0a30e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ jobs:
5959
run: cargo fetch
6060

6161
- name: Rustfmt Check
62-
run: cargo fmt --all -- --check
62+
run: |
63+
rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt
64+
cargo fmt --all -- --check
6365
6466
# Build the project
6567
- name: Build

0 commit comments

Comments
 (0)