Skip to content

Commit 3a40273

Browse files
Permissions missing
1 parent d8b1596 commit 3a40273

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- name: Checkout repository
3030
uses: actions/checkout@v4.2.2
3131

32+
- name: Give User permissions to write
33+
run: |
34+
chown -R vscode:vscode "$GITHUB_WORKSPACE"
35+
3236
- name: Run Linter Script
3337
run: |
3438
WS="$GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)