We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
error obtaining VCS status: exit status 128
1 parent 519a13f commit 7f6490aCopy full SHA for 7f6490a
.github/workflows/stage-lint.yml
@@ -15,6 +15,9 @@ jobs:
15
steps:
16
- name: Checkout Repo
17
uses: actions/checkout@v2
18
+ # Fixes `error obtaining VCS status: exit status 128`
19
+ # https://github.com/golangci/golangci-lint/issues/4033
20
+ - run: git config --global --add safe.directory $GITHUB_WORKSPACE
21
- name: Lint
22
# TODO: Enable linting after a cleanup commit.
23
# Avoiding in this commit so as to not mix code changes w/ CI changes.
0 commit comments