Skip to content

Commit

Permalink
ci: chown
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <[email protected]>
  • Loading branch information
drptbl committed Sep 8, 2022
1 parent 4d45e6a commit 5278079
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/audit_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
image: synthetixio/docker-e2e:16.17-ubuntu

steps:
- name: Chown workspace
run: chown -R $(whoami) .

- name: Checkout
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # pin@v2

Expand Down

0 comments on commit 5278079

Please sign in to comment.