Skip to content

Commit

Permalink
use build tags with golanglint-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Mar 11, 2024
1 parent 40228ea commit 11a020b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v${{ needs.tools.outputs.golangci-lint-version }}
args: --out-format checkstyle:golangci-lint-report.xml
args: --out-format checkstyle:golangci-lint-report.xml --build-tags=other_docker_tests,besu_tests,geth_tests,erigon_tests,nethermind_tests,eth_env_tests
- name: Print lint report artifact
if: always()
run: test -f golangci-lint-report.xml || true
Expand Down

0 comments on commit 11a020b

Please sign in to comment.