diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index b4f1051..0431b70 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -37,10 +37,9 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - profile: minimal toolchain: stable override: true - - run: rustup component add rustfmt + components: rustfmt - uses: actions-rs/cargo@v1 with: command: fmt @@ -53,13 +52,12 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - profile: minimal toolchain: stable override: true - - run: rustup component add clippy - - uses: actions-rs/cargo@v1 + components: clippy + - uses: actions-rs/clippy-check@v1 with: - command: clippy + token: ${{ secrets.GITHUB_TOKEN }} args: -- -D warnings coverage: