actions: add missing clippy component for nightly

pull/239/head
Jake McGinty 2022-09-24 13:01:56 +09:00 committed by GitHub
parent f0fe19674c
commit 1aa16c84f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
profile: minimal profile: minimal
toolchain: nightly toolchain: nightly
override: true override: true
components: rustfmt components: rustfmt, clippy
- name: Rustfmt - name: Rustfmt
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with: