Skip to content

Commit

Permalink
Merge pull request #9 from ajjackson/lint
Browse files Browse the repository at this point in the history
Set lint failure threshold, run on 3.11 only
  • Loading branch information
ajjackson authored May 29, 2024
2 parents d23103b + 45f8465 commit 8b79cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.11"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -21,4 +21,4 @@ jobs:
pip install .
- name: Analysing the code with pylint
run: |
pylint $(git ls-files 'mctools/*.py')
pylint $(git ls-files 'mctools/*.py') --fail-under 8.1

0 comments on commit 8b79cdc

Please sign in to comment.