Skip to content

Commit

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

0 comments on commit 43c59b0

Please sign in to comment.