Skip to content

Commit 9301eeb

Browse files
committed
dev scripts should not depend on ci scripts
1 parent 8861b11 commit 9301eeb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dev/check-format-py.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env bash
22

3-
source $(dirname "$0")/../.github/scripts/common.sh
4-
53
clean=$(git status -s -uno | wc -l) #Short ignore untracked
64

75
if [ $clean -ne 0 ]; then

dev/check-format.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env bash
22

3-
source $(dirname "$0")/../.github/scripts/common.sh
4-
53
clean=$(git status -s -uno | wc -l) #Short ignore untracked
64

75
if [ $clean -ne 0 ]; then

0 commit comments

Comments
 (0)