Skip to content

Commit

Permalink
refactor: pdate pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manucabral authored Nov 4, 2024
1 parent bd2d0a1 commit 7d84030
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install pylint websocket-client
- name: Analysing the code with pylint
run: |
pylint $(git ls-files 'rpp/*.py')

0 comments on commit 7d84030

Please sign in to comment.