We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e835f commit 3134805Copy full SHA for 3134805
go/lint/action.yml
@@ -21,6 +21,10 @@ inputs:
21
description: The version of golangci-lint to use
22
required: false
23
default: ""
24
+ WORKSPACE:
25
+ description: workspace directory
26
+ required: false
27
+ default: ""
28
29
runs:
30
using: "composite"
@@ -51,6 +55,9 @@ runs:
51
55
uses: wishabi/github-actions/go/deps@v0
52
56
with:
53
57
FLIPPCIRCLECIPULLER_REPO_TOKEN: ${{ inputs.FLIPPCIRCLECIPULLER_REPO_TOKEN }}
58
+ - name: Setup safe directory
59
+ shell: bash
60
+ run: git config --global --add safe.directory ${{ inputs.WORKSPACE }}
54
61
- name: Run Go linter
62
uses: golangci/golangci-lint-action@v3
63
0 commit comments