diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 78f1e32..44fb2f4 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -8,7 +8,7 @@ jobs: env: SRC_PATH: 'src' README_PATH: 'README.md' - REQUIREMENTS_PATH: 'dev-requirements.txt' + REQUIREMENTS_PATH: 'requirements.txt' P_SCORE: 'green' G_SCORE: 'yellow' O_SCORE: 'orange' @@ -69,4 +69,4 @@ jobs: add: 'README.md' default_author: github_actions message: 'Updated pylint badge' - push: 'true' \ No newline at end of file + push: 'true' diff --git a/README.md b/README.md index 9de253a..0541b45 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![pylint](https://img.shields.io/badge/PyLint-7.71-orange?logo=python&logoColor=white) +![pylint](https://img.shields.io/badge/PyLint-8.31-yellow?logo=python&logoColor=white) # AI-OPS