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
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 2 additions & 4 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Disabled - this workflow needs more work so it's not incredibly chatty
##
## Perform Clippy checks - currently set to defaults
## https://github.com/rust-lang/rust-clippy#usage
## https://rust-lang.github.io/rust-clippy/master/index.html
Expand All @@ -17,10 +15,10 @@ on:
types:
- opened
- reopened
- synchronize

jobs:
clippy_check:
if: ${{ false }}
name: Clippy Check
runs-on: ubuntu-latest
steps:
Expand All @@ -41,4 +39,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
Loading
Loading