Update check-and-lint.yaml
This commit is contained in:
8
.github/workflows/check-and-lint.yaml
vendored
8
.github/workflows/check-and-lint.yaml
vendored
@@ -57,13 +57,13 @@ jobs:
|
|||||||
toolchain: stable
|
toolchain: stable
|
||||||
components: clippy
|
components: clippy
|
||||||
override: true
|
override: true
|
||||||
- uses: actions-rs/clippy-check@v1
|
- uses: actions-rs/cargo@v1.0.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
command: clippy
|
||||||
args: --all-targets --locked -- -D warnings
|
args: --all-targets --locked -- -D warnings
|
||||||
name: Clippy Output
|
name: Clippy Output
|
||||||
- uses: actions-rs/clippy-check@v1
|
- uses: actions-rs/cargo@v1.0.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
command: clippy
|
||||||
args: --all-targets --locked --all-features -- -D warnings
|
args: --all-targets --locked --all-features -- -D warnings
|
||||||
name: Clippy (All features) Output
|
name: Clippy (All features) Output
|
||||||
|
|||||||
Reference in New Issue
Block a user