CI: pyflakes advisory only, compileall is hard gate
This commit is contained in:
@@ -44,10 +44,12 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install pyinstaller pyflakes
|
pip install pyinstaller pyflakes
|
||||||
|
|
||||||
- name: Syntax check
|
- name: Syntax check (compileall — hard gate)
|
||||||
|
run: python -m compileall -q *.py
|
||||||
|
|
||||||
|
- name: Lint info (pyflakes — non-blocking advisory)
|
||||||
run: |
|
run: |
|
||||||
python -m pyflakes *.py
|
python -m pyflakes *.py || echo "Pyflakes warnings above (advisory only)"
|
||||||
python -m compileall -q *.py
|
|
||||||
|
|
||||||
- name: Verify .spec
|
- name: Verify .spec
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user