Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninoLorenzo committed Jun 21, 2024
2 parents fc50a3d + 6e64ea8 commit cb31604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
add: 'README.md'
default_author: github_actions
message: 'Updated pylint badge'
push: 'true'
push: 'true'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit cb31604

Please sign in to comment.