Skip to content

Commit 98656a9

Browse files
upate code_formatter
1 parent 790ef8c commit 98656a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/code_formatter.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-python@v2
1111
- uses: psf/black@stable
12-
- run: black --check .
12+
- run: black --check .
13+
- name: Commit black changes
14+
if: failure()
15+
run: |
16+
echo "Need to be formatted."

0 commit comments

Comments
 (0)