Skip to content

Commit 0bb90dd

Browse files
committed
fix
1 parent 9e2ea0d commit 0bb90dd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ jobs:
2626
echo '::endgroup::'
2727
2828
set +e
29-
ls -las
30-
pwd
31-
git status
32-
git config --global --add safe.directory /pytorch/audio
29+
git config --global --add safe.directory .
3330
pre-commit run --all-files --show-diff-on-failure
3431
status=$?
3532

0 commit comments

Comments
 (0)