1
0
Fork 0
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:
dbarzin 2023-02-14 21:17:19 +01:00
parent ad87e9c61f
commit 40492fac00
2 changed files with 15 additions and 17 deletions

View file

@ -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