Skip to content

Commit

Permalink
Debug Go vcs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ptzianos committed Jan 22, 2024
1 parent 9dbab54 commit 42bef92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Lint
env:
REVIEWDOG_GITHUB_API_TOKEN: "${{ github.token }}"
run: ls -la && id && go install github.com/reviewdog/reviewdog/cmd/reviewdog@latest & make install-lint-tools lint
run: ls -la && id && command -v git && go install github.com/reviewdog/reviewdog/cmd/reviewdog@latest & make install-lint-tools lint

0 comments on commit 42bef92

Please sign in to comment.