We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a251c67 commit 49661daCopy full SHA for 49661da
.github/workflows/lint.yml
@@ -26,6 +26,7 @@ jobs:
26
echo '::endgroup::'
27
28
set +e
29
+ git config --global --add safe.directory $(pwd)
30
pre-commit run --all-files --show-diff-on-failure
31
status=$?
32
0 commit comments