Skip to content

Commit

Permalink
add workaround for Reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
ktr0731 committed Aug 16, 2023
1 parent b192e8a commit 1ae0fec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
if: ${{ steps.setup-go.outputs.cache-hit != 'true' }}
run: |
go mod download
- name: Add the workspace to a safe directory # https://github.com/reviewdog/reviewdog/issues/1158
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE || exit 1
- name: Run reviewdog
run: |
make reviewdog

0 comments on commit 1ae0fec

Please sign in to comment.