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:
149149 with :
150150 token : ${{ secrets.GITHUB_TOKEN }}
151151 name : Clippy Results
152- args : --all-features --all-targets -- -D warnings
152+ args : --workspace --exclude 'example_*' -- all-features --all-targets -- -D warnings
153153
154154 build-examples :
155155 needs : prepare
Original file line number Diff line number Diff line change 1212check :
1313 cargo + nightly fmt --all -- --check
1414 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
1616 @ [ " $(git log --pretty='format:%G?' -1 HEAD)" = " N" ] && \
1717 echo " \n ⚠️ Unsigned commit: BDK requires that commits be signed." || \
1818 true
You can’t perform that action at this time.
0 commit comments