Skip to content

Commit 48a014c

Browse files
committed
ci: run stable clippy
1 parent 67b77c5 commit 48a014c

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: cargo test --all --features vendored
4848

4949
check_fmt_and_docs:
50-
name: Checking fmt and docs
50+
name: Checking fmt, clippy and docs
5151
runs-on: ubuntu-latest
5252
steps:
5353
- uses: actions/checkout@v3
@@ -62,17 +62,8 @@ jobs:
6262
- name: fmt
6363
run: cargo fmt --all -- --check
6464

65-
- name: Docs
66-
run: cargo doc
67-
68-
clippy_check:
69-
name: Clippy check
70-
runs-on: ubuntu-latest
71-
steps:
72-
- uses: actions/checkout@v3
73-
- name: Install rust
74-
run: rustup update beta && rustup default beta
75-
- name: Install clippy
76-
run: rustup component add clippy
7765
- name: clippy
7866
run: cargo clippy --all
67+
68+
- name: Docs
69+
run: cargo doc

0 commit comments

Comments
 (0)