Skip to content

Commit 4ec4217

Browse files
committed
fix syntax error name can not include :
1 parent 37c2497 commit 4ec4217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
python setup.py install
9797
(cd locale; make local_install; ls -lR locale/de/LC_MESSAGES)
9898
99-
- name: run flake8: abort for syntax error, otherwise warn only
99+
- name: run flake8 - abort for syntax error, otherwise warn only
100100
run: |
101101
# stop the build for Python syntax errors or undefined names
102102
flake8 roundup --count --select=E9,F63,F7,F82 --show-source --statistics

0 commit comments

Comments
 (0)