Browse Source
Pin clippy version to version from rust-toolchain file
feature/reconnect-button
Thomas Eizinger
3 years ago
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
1 changed files with
2 additions and
7 deletions
-
.github/workflows/ci.yml
|
@ -18,13 +18,8 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2.4.0 |
|
|
- uses: actions/checkout@v2.4.0 |
|
|
- name: Install Rust |
|
|
- name: Setup rust toolchain |
|
|
uses: actions-rs/toolchain@v1 |
|
|
run: rustup show |
|
|
with: |
|
|
|
|
|
profile: minimal |
|
|
|
|
|
override: true |
|
|
|
|
|
toolchain: stable |
|
|
|
|
|
components: clippy |
|
|
|
|
|
- uses: Swatinem/rust-cache@v1.3.0 |
|
|
- uses: Swatinem/rust-cache@v1.3.0 |
|
|
- run: cargo clippy --workspace --all-targets -- -D warnings |
|
|
- run: cargo clippy --workspace --all-targets -- -D warnings |
|
|
|
|
|
|
|
|