|
|
|
@@ -7,7 +7,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
python-version: ["3.8", "3.9", "3.10"] |
|
|
|
python-version: ["3.9"] |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- name: Set up Python ${{ matrix.python-version }} |
|
|
|
@@ -18,6 +18,7 @@ jobs: |
|
|
|
run: | |
|
|
|
python -m pip install --upgrade pip |
|
|
|
pip install pylint |
|
|
|
pip install -r requirements.txt |
|
|
|
- name: Analysing the code with pylint |
|
|
|
run: | |
|
|
|
pylint $(git ls-files '*.py') |
|
|
|
# pylint $(git ls-files '*.py') |