Skip to content

Commit

Permalink
ci: enable clippy when opening PRs to develop
Browse files Browse the repository at this point in the history
Packages enabled so far:
- clarity
- libstackerdb
- pox-locking
- stacks-common
  • Loading branch information
obycode committed Nov 1, 2023
1 parent 39c25b3 commit b185c8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
id: rustfmt
uses: actions-rust-lang/rustfmt@v1

clippy:
name: Clippy
uses: ./github/workflows/clippy.yml

## Release tests: Execute on every run
release-tests:
name: Release Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
args: -p clarity -p libstackerdb -p pox-locking -p stacks-common --no-deps --tests --all-features -- -D warnings

0 comments on commit b185c8a

Please sign in to comment.