We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f5478 commit 2916a1eCopy full SHA for 2916a1e
.github/workflows/rust-clippy.yml
@@ -1,8 +1,6 @@
1
name: rust-clippy analyze
2
3
on:
4
- push:
5
- branches: [ "v1-tauri", v0-electron ]
6
pull_request:
7
# The branches below must be a subset of the branches above
8
branches: [ "v1-tauri", v0-electron ]
@@ -17,6 +15,7 @@ jobs:
17
15
components: clippy
18
16
- uses: giraffate/clippy-action@v1
19
with:
+ filter_mode: nofilter
20
workdir: ./src-tauri
21
reporter: 'github-pr-review'
22
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments