Skip to content

Commit

Permalink
Update pylint.yml to only run lint (no tests) and only run with lates…
Browse files Browse the repository at this point in the history
…t version of python
  • Loading branch information
freiheit authored Mar 25, 2024
1 parent 63b1e1e commit cdaa3ab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -22,6 +22,3 @@ jobs:
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
- name: Run tests
run: |
python test.py

0 comments on commit cdaa3ab

Please sign in to comment.