diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-29 00:26:32 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-29 00:26:32 -0500 |
commit | 8e119140ef222168e856f4a3a750bd1337d3b2f0 (patch) | |
tree | cc3b0615078af9b09ddc04e1b129dc65af8a980e /.github | |
parent | 700ffcdbb6a7d4599b54b34f0bd2a8fdf48d5bef (diff) | |
download | nba-scores-8e119140ef222168e856f4a3a750bd1337d3b2f0.tar.gz nba-scores-8e119140ef222168e856f4a3a750bd1337d3b2f0.tar.bz2 nba-scores-8e119140ef222168e856f4a3a750bd1337d3b2f0.zip |
fix pylint command not found error
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pylint.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index a50eb8a..2a34a73 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -18,6 +18,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + pip install pylint - name: Analysing the code with pylint run: | pylint -d R0801 -d W0311 -d R0914 $(git ls-files '*.py')
\ No newline at end of file |