Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnikley authored Aug 14, 2024
1 parent 500978d commit 8f74f1d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
echo $PYLINT_SCORE
echo ${{ steps.pylint_analysis.PYLINT_SCORE }}
echo ${{ env.PYLINT_SCORE }}
- name: Create Pylint Badge
uses: schneegans/[email protected]
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: 303283c4b9026d59cda9e9dd9f697110
filename: pylint_badge.json
label: Pylint score
message: ${{ env.PYLINT_SCORE }}
color: green
#- name: Create Pylint Badge
# uses: schneegans/[email protected]
# with:
# auth: ${{ secrets.GIST_SECRET }}
# gistID: 303283c4b9026d59cda9e9dd9f697110
# filename: pylint_badge.json
# label: Pylint score
# message: ${{ env.PYLINT_SCORE }}
# color: green

0 comments on commit 8f74f1d

Please sign in to comment.