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 5bd572f
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: Change the workspace owner to the root user # https://github.com/reviewdog/reviewdog/issues/1158
run: |
sudo chown -R root:root $GITHUB_WORKSPACE
- name: Run reviewdog
run: |
make reviewdog

0 comments on commit 5bd572f

Please sign in to comment.