Skip to content

Commit 36a031e

Browse files
authored
Merge pull request #756 from mendelt/run_checks_on_stable
ci: run clippy, docs and fmt checks on stable
2 parents c5098a9 + 4e3c5b9 commit 36a031e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@master
7878

79-
- uses: actions-rs/toolchain@v1
80-
with:
81-
toolchain: nightly
82-
override: true
83-
8479
- name: setup
8580
run: |
8681
rustup component add clippy rustfmt
@@ -93,4 +88,4 @@ jobs:
9388
run: cargo fmt --all -- --check
9489

9590
- name: Docs
96-
run: cargo doc --no-deps --features unstable
91+
run: cargo doc --no-deps

0 commit comments

Comments
 (0)