From c1befbfa476abc214ee0e4de33ed046e325dce2a Mon Sep 17 00:00:00 2001 From: crStiv Date: Mon, 3 Feb 2025 01:16:52 +0100 Subject: [PATCH 1/2] Update pipeline.yml Signed-off-by: crStiv --- .github/workflows/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9093e5a1bf..2c63ba3570 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -72,6 +72,7 @@ jobs: - "test-unit-fuzz" - "test-forge-cover" - "test-forge-fuzz" + - "consensuswarn" os: - ubuntu-24.04-beacon-kit name: ${{ matrix.args }} From e4c960e81b46dee49780e684403f404c1e7c9130 Mon Sep 17 00:00:00 2001 From: crStiv Date: Mon, 3 Feb 2025 01:17:36 +0100 Subject: [PATCH 2/2] Update linting.mk Signed-off-by: crStiv --- scripts/build/linting.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/build/linting.mk b/scripts/build/linting.mk index a5ab501052..24a47c6396 100644 --- a/scripts/build/linting.mk +++ b/scripts/build/linting.mk @@ -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 ./...