Skip to content

Commit

Permalink
fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Sep 20, 2023
1 parent 8289f0d commit 918fee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-chaincli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.54.2
args: --config ./core/scripts/chaincli --out-format colored-line-number,checkstyle:golangci-lint-report.xml
args: --out-format colored-line-number,checkstyle:golangci-lint-report.xml ./core/scripts/chaincli
- name: Store lint report artifact
if: always()
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
Expand Down

0 comments on commit 918fee2

Please sign in to comment.