Skip to content

Commit c2c8248

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 <simongdavies@users.noreply.github.com>
1 parent 768a936 commit c2c8248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)