Skip to content

Commit 9a29ec6

Browse files
authored
Fix just fmt command in rust GH job (#49)
Instead of checking rust fmt the pipeline job incorrectly fixes any issues Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent abcddd2 commit 9a29ec6

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)