Skip to content

Commit 53fd6a6

Browse files
ririsoftjbr
authored andcommitted
ci: enable clippy
1 parent e89b02f commit 53fd6a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: actions-rs/toolchain@v1
2727
with:
2828
toolchain: ${{ matrix.rust }}
29+
components: clippy
2930
override: true
3031

3132
- name: check
@@ -40,6 +41,12 @@ jobs:
4041
command: check
4142
args: --all --benches --bins --examples --tests --features "hyperium_http,unstable"
4243

44+
- name: clippy
45+
uses: actions-rs/cargo@v1
46+
with:
47+
command: clippy
48+
args: -- -D warnings
49+
4350
- name: tests
4451
uses: actions-rs/cargo@v1
4552
with:

0 commit comments

Comments
 (0)