Skip to content

Commit

Permalink
add back remove flags
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Sep 20, 2023
1 parent 43c59b0 commit f81431b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-chaincli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
with:
version: v1.54.2
working-directory: core/scripts/chaincli
# We already cache these directories in setup-go
skip-pkg-cache: true
skip-build-cache: true
# only-new-issues is only applicable to PRs, otherwise it is always set to false
only-new-issues: true
args: --out-format colored-line-number,checkstyle:golangci-lint-report.xml
- name: Store lint report artifact
if: always()
Expand Down

0 comments on commit f81431b

Please sign in to comment.