Skip to content

Commit d980dbd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

6161
- name: Rustfmt Check
62-
uses: actions-rust-lang/rustfmt@v1
62+
run: cargo fmt --all -- --check
6363

6464
# Build the project
6565
- name: Build

0 commit comments

Comments
 (0)