Skip to content

Commit

Permalink
modified: .github/workflows/pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoosnick committed Aug 20, 2023
1 parent 509e9e8 commit ef4c5c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/requirements.txt
pip install pylint
- name: Analysing the code with pylint
run: |
Expand Down

0 comments on commit ef4c5c8

Please sign in to comment.