Fix github CI

This commit is contained in:
wborgeaud 2021-11-30 18:09:58 +01:00
parent b3d246a7c5
commit 915f4eccc5

View File

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