Skip to content

Commit 285b298

Browse files
committed
Add clippy and rustfmt explicitly
1 parent 94119e8 commit 285b298

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
with:
3030
toolchain: ${{ matrix.channel }}-x86_64-unknown-linux-gnu
3131
override: true
32-
profile: default
32+
profile: minimal
33+
components: rustfmt
3334

3435
- name: '`cargo fmt -- --check`'
3536
uses: actions-rs/cargo@v1
@@ -103,7 +104,8 @@ jobs:
103104
with:
104105
toolchain: ${{ matrix.toolchain }}
105106
override: true
106-
profile: default
107+
profile: minimal
108+
components: clippy
107109

108110
- name: Setup Python 3.8
109111
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)