We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48649a3 commit 7d82facCopy full SHA for 7d82fac
.github/workflows/main.yml
@@ -30,10 +30,14 @@ jobs:
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
- name: Lint with flake8
32
run: |
33
- # stop the build if there are Python syntax errors or undefined names
34
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
35
- # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
+ - name: test run gui.py
+ run: |
37
+ python /home/runner/work/AIIrondev/Cabug-Folder-Sorter/Code/gui.py
38
+ if True; then
39
+ exit 0
40
+ fi
41
#- name: Test with pylint
42
# run: |
43
# pylint /home/runner/work/aiirondev/folder-sorter/Code/compiler.py
0 commit comments