diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 046ade32..4cb70602 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -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