Skip to content
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
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- "test-unit-fuzz"
- "test-forge-cover"
- "test-forge-fuzz"
- "consensuswarn"
os:
- ubuntu-24.04-beacon-kit
name: ${{ matrix.args }}
Expand Down
8 changes: 7 additions & 1 deletion scripts/build/linting.mk
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,10 @@ markdownlint:

lint-ci: lint slither gosec nilaway markdownlint generate-check \
tidy-sync-check test-unit-cover test-unit-bench test-unit-fuzz \
test-forge-cover test-forge-fuzz
test-forge-cover test-forge-fuzz consensuswarn

.PHONY: consensuswarn
consensuswarn:
@echo "Running consensuswarn..."
@go install github.com/orijtech/consensuswarn/cmd/consensuswarn@latest
@consensuswarn ./...