Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Mutants develop/format output/source #41

Open
wants to merge 19 commits into
base: mutants-develop/format-output/base
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: enable clippy when opening PRs to develop
Packages enabled so far:
- clarity
- libstackerdb
- pox-locking
- stacks-common
obycode committed Nov 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit febb45f620d803fcaba2a1b41ec6e6557bfce8af
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
@@ -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