fix workflows

This commit is contained in:
Jonas Kruckenberg
2022-12-14 20:22:45 +01:00
parent 5600179000
commit fb764fc01c
7 changed files with 34 additions and 15 deletions
+5 -3
View File
@@ -6,13 +6,15 @@ on:
- main
paths:
- '.github/workflows/lint.yml'
- 'src/**'
- 'plugins/src/**'
- "**/Cargo.lock"
pull_request:
branches:
- main
paths:
- '.github/workflows/lint.yml'
- 'src/**'
- 'plugins/src/**'
- "**/Cargo.lock"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@@ -41,5 +43,5 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --manifest-path=Cargo.toml --all-targets --all-features -- -D warnings
args: --all --all-targets --all-features -- -D warnings
name: clippy