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 8861b11 commit 9301eebCopy full SHA for 9301eeb
dev/check-format-py.sh
@@ -1,7 +1,5 @@
1
#!/usr/bin/env bash
2
3
-source $(dirname "$0")/../.github/scripts/common.sh
4
-
5
clean=$(git status -s -uno | wc -l) #Short ignore untracked
6
7
if [ $clean -ne 0 ]; then
dev/check-format.sh
0 commit comments