Skip to content

Commit 589099b

Browse files
committed
rm prints
1 parent b4c1d36 commit 589099b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/linter.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ jobs:
1616
fetch-depth: 0
1717
- name: verify no uncommitted changes
1818
run: |
19-
whoami
2019
chown $(whoami) .
21-
ls -ls ..
2220
git init
2321
git add .
24-
ls -ls .git
2522
./bin/run-clang-format.sh
26-
ls -ls .git
2723
GEN_DIFF=$(git status -s)
2824
2925
if [ -n "$GEN_DIFF" ]; then

0 commit comments

Comments
 (0)