We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clippy
rustfmt
1 parent 94119e8 commit 285b298Copy full SHA for 285b298
.github/workflows/ci.yml
@@ -29,7 +29,8 @@ jobs:
29
with:
30
toolchain: ${{ matrix.channel }}-x86_64-unknown-linux-gnu
31
override: true
32
- profile: default
+ profile: minimal
33
+ components: rustfmt
34
35
- name: '`cargo fmt -- --check`'
36
uses: actions-rs/cargo@v1
@@ -103,7 +104,8 @@ jobs:
103
104
105
toolchain: ${{ matrix.toolchain }}
106
107
108
+ components: clippy
109
110
- name: Setup Python 3.8
111
uses: actions/setup-python@v1
0 commit comments