diff .github/workflows/ci-test.yml @ 6843:c61ab02ad067

fix syntax error name can not include :
author John Rouillard <rouilj@ieee.org>
date Wed, 31 Aug 2022 18:13:32 -0400
parents d8d4600c49eb
children c0d2017ef797
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Wed Aug 31 18:11:43 2022 -0400
+++ b/.github/workflows/ci-test.yml	Wed Aug 31 18:13:32 2022 -0400
@@ -96,7 +96,7 @@
           python setup.py install
           (cd locale; make local_install; ls -lR locale/de/LC_MESSAGES)
 
-      - name: run flake8: abort for syntax error, otherwise warn only
+      - name: run flake8 - abort for syntax error, otherwise warn only
         run: |
             # stop the build for Python syntax errors or undefined names
             flake8 roundup --count --select=E9,F63,F7,F82 --show-source --statistics

Roundup Issue Tracker: http://roundup-tracker.org/