mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
add test mode
This commit is contained in:
@@ -24,11 +24,11 @@ jobs:
|
||||
python-version: 3.10.6
|
||||
cache: pip
|
||||
cache-dependency-path: requirements.txt
|
||||
- name: Install PyLint
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pylint
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python launch.py --test
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint $(git ls-files '*.py')
|
||||
python -m pip install --upgrade pip
|
||||
pip install pylint
|
||||
pylint $(git ls-files '*.py')
|
||||
|
||||
Reference in New Issue
Block a user