File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
with :
150
150
token : ${{ secrets.GITHUB_TOKEN }}
151
151
name : Clippy Results
152
- args : --all-features --all-targets -- -D warnings
152
+ args : --workspace --exclude 'example_*' -- all-features --all-targets -- -D warnings
153
153
154
154
build-examples :
155
155
needs : prepare
Original file line number Diff line number Diff line change 12
12
check :
13
13
cargo + nightly fmt --all -- --check
14
14
cargo check --workspace --exclude ' example_*' --all-features
15
- cargo clippy --all-features --all-targets -- -D warnings
15
+ cargo clippy --workspace --exclude ' example_*' -- all-features --all-targets -- -D warnings
16
16
@ [ " $(git log --pretty='format:%G?' -1 HEAD)" = " N" ] && \
17
17
echo " \n ⚠️ Unsigned commit: BDK requires that commits be signed." || \
18
18
true
You can’t perform that action at this time.
0 commit comments