Skip to content

Commit ca41cd5

Browse files
author
vsilent
committed
rustfmt step, attempt to fix
1 parent e95c9ce commit ca41cd5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,20 @@ jobs:
7070
- name: Rustfmt
7171
uses: actions-rs/toolchain@v1
7272
with:
73+
toolchain: stable
74+
profile: minimal
75+
override: true
76+
components: rustfmt
7377
command: fmt
7478
args: --all -- --check
7579

7680
- name: Rustfmt
7781
uses: actions-rs/toolchain@v1
7882
with:
83+
toolchain: stable
84+
profile: minimal
85+
override: true
86+
components: clippy
7987
command: clippy
8088
args: -- -D warnings
8189

0 commit comments

Comments
 (0)