strict linting template

This commit is contained in:
Vladimir Mandic
2023-04-14 21:27:29 -04:00
parent b28b7c7a98
commit bf949a5307
8 changed files with 258 additions and 90 deletions
+2 -3
View File
@@ -18,13 +18,12 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.10.6
cache: pip
cache-dependency-path: |
**/requirements*txt
cache-dependency-path: requirements*txt
- name: Install PyLint
run: |
python -m pip install --upgrade pip