Skip to content

Commit 7f7ecde

Browse files
committed
Fix just fmt command in rust GH job
Instead of checking rust fmt the pipeline job incorrectly fixes any issues Signed-off-by: Simon Davies <[email protected]>
1 parent 518b702 commit 7f7ecde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dep_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
path: ./x64/${{ matrix.config }}
7979

8080
- name: Fmt
81-
run: just fmt
81+
run: just fmt-check
8282

8383
- name: Clippy
8484
run: just clippy ${{ matrix.config }}

0 commit comments

Comments
 (0)