mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-09 15:55:24 +02:00
code quality
This commit is contained in:
parent
ad87e9c61f
commit
40492fac00
2 changed files with 15 additions and 17 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -21,11 +21,9 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@master
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: 3.10
|
||||
|
||||
- name: code quality checkout
|
||||
run: |
|
||||
pip install pylint
|
||||
ls main
|
||||
pylint ./main/pandora-box.py
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue