Skip to content

Commit

Permalink
add working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Sep 22, 2023
1 parent 3aa9ed8 commit 95d3de4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/ci-golang-lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ runs:
run: go build
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
working-directory: ${{ inputs.go-directory }}
with:
version: v1.54.2
# We already cache these directories in setup-go
Expand Down

0 comments on commit 95d3de4

Please sign in to comment.