krz/nba-scores

A CLI/TUI app for NBA scores.

clone: git clone https://gitbay.org/krz/nba-scores.git

8e119140ef222168e856f4a3a750bd1337d3b2f0

signed_unknown_key

author: Christian Cleberg <hello@cmc.pub> · 2025-03-29T05:26:32Z

fix pylint command not found error
 .github/workflows/pylint.yml | 1 +
 1 file changed, 1 insertion(+)

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