Skip to content

Commit 2916a1e

Browse files
authored
Update rust-clippy.yml
1 parent 05f5478 commit 2916a1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust-clippy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: rust-clippy analyze
22

33
on:
4-
push:
5-
branches: [ "v1-tauri", v0-electron ]
64
pull_request:
75
# The branches below must be a subset of the branches above
86
branches: [ "v1-tauri", v0-electron ]
@@ -17,6 +15,7 @@ jobs:
1715
components: clippy
1816
- uses: giraffate/clippy-action@v1
1917
with:
18+
filter_mode: nofilter
2019
workdir: ./src-tauri
2120
reporter: 'github-pr-review'
2221
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)