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 e5f33dd
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 @@ -34,6 +34,9 @@ jobs:
run:
shell: bash -eu -o pipefail {0}
steps:
- 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: Checkout
uses: actions/checkout@v3
- name: Setup go
Expand Down

0 comments on commit e5f33dd

Please sign in to comment.