Skip to content

Commit a2b50c1

Browse files
committed
ci: fix syntax error in scriptcheck.yml
1 parent 7999808 commit a2b50c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/scriptcheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ jobs:
8383
- name: run pylint
8484
if: matrix.python-version == '3.10'
8585
run: |
86-
echo FIXME pylint is disabled for now because it fails to import files:
87-
echo FIXME addons/runaddon.py:1:0: E0401: Unable to import 'cppcheckdata' (import-error)
88-
echo FIXME addons/runaddon.py:1:0: E0401: Unable to import 'cppcheck' (import-error)
86+
echo "FIXME pylint is disabled for now because it fails to import files:"
87+
echo "FIXME addons/runaddon.py:1:0: E0401: Unable to import 'cppcheckdata' (import-error)"
88+
echo "FIXME addons/runaddon.py:1:0: E0401: Unable to import 'cppcheck' (import-error)"
8989
# pylint --rcfile=pylintrc_travis --jobs $(nproc) addons/*.py htmlreport/cppcheck-htmlreport htmlreport/*.py tools/*.py
9090
9191
- name: check .json files

0 commit comments

Comments
 (0)