Skip to content

Commit 255fd20

Browse files
committed
chown?
1 parent 8d28408 commit 255fd20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: verify no uncommitted changes
1818
run: |
1919
whoami
20-
ls -ls .git . ..
20+
chown $USER .
21+
ls -ls ..
2122
git init
2223
git add .
2324
ls -ls .git

0 commit comments

Comments
 (0)