From a7f1d5cec40bf7791e1ab3a6d6d93ae0d445880b Mon Sep 17 00:00:00 2001 From: Mario Reder Date: Mon, 5 Oct 2020 08:28:05 +0200 Subject: [PATCH] ci: add fmt and clippy install --- .github/workflows/test-push-and-pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-push-and-pr.yml b/.github/workflows/test-push-and-pr.yml index b58db83..e8adeb2 100644 --- a/.github/workflows/test-push-and-pr.yml +++ b/.github/workflows/test-push-and-pr.yml @@ -49,6 +49,7 @@ jobs: with: toolchain: nightly-2020-09-09 override: true + components: rustfmt, clippy - name: Check uses: actions-rs/cargo@v1 with: @@ -73,6 +74,7 @@ jobs: with: toolchain: nightly-2020-09-09 override: true + components: rustfmt, clippy - name: Check uses: actions-rs/cargo@v1 with: