Skip to content

Commit bb32630

Browse files
committed
what's up with ownership
1 parent a9adc8a commit bb32630

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ jobs:
1616
fetch-depth: 0
1717
- name: verify no uncommitted changes
1818
run: |
19+
whoami
20+
ls -ls .git
1921
git init
2022
git add .
23+
ls -ls .git
2124
./bin/run-clang-format.sh
25+
ls -ls .git
2226
GEN_DIFF=$(git status -s)
2327
2428
if [ -n "$GEN_DIFF" ]; then

0 commit comments

Comments
 (0)