Skip to content

Commit

Permalink
Update pylint-score.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelchamorro authored Mar 5, 2024
1 parent 61bb1af commit 2d5f442
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pylint-score.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,5 @@ jobs:
run: |
# Use sed, awk, or a custom script to update the README with the pylint score
sed -i "s/PyLint Score:.*/PyLint Score: ${{ env.PYLINT_SCORE }}/" README.md
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -am "Update PyLint Score"
git push

0 comments on commit 2d5f442

Please sign in to comment.