Tweaks to reflect that we're not running clippy

This commit is contained in:
Daniel Lubarov 2021-08-31 14:01:50 -07:00 committed by GitHub
parent 5513a64614
commit d51bb98dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ jobs:
args: --all args: --all
lints: lints:
name: Lints name: Formatting
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')" if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
steps: steps:
@ -43,7 +43,7 @@ jobs:
profile: minimal profile: minimal
toolchain: nightly toolchain: nightly
override: true override: true
components: rustfmt, clippy components: rustfmt
- name: Run cargo fmt - name: Run cargo fmt
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1