Skip to content

Commit

Permalink
Updated pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Feb 27, 2023
1 parent 277e6a3 commit 7343c18
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 @@ -16,8 +16,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
python -m pip install --upgrade pip pylint pytest
pip install .
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit 7343c18

Please sign in to comment.