Skip to content

Commit

Permalink
Merge pull request #13 from HadManySons/HadManySons-patch-1
Browse files Browse the repository at this point in the history
Update pylint.yml
  • Loading branch information
HadManySons authored Mar 9, 2024
2 parents 93a0afc + 4f9acde commit 5ea974f
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.10", "3.11", "3.12"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -19,6 +19,6 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
- name: Analysing the code with pylint
working-directory: /AFILinkerBot
working-directory: ./AFILinkerBot
run: |
pylint $(git ls-files '*.py')

0 comments on commit 5ea974f

Please sign in to comment.