Skip to content

Commit 573dc5f

Browse files
Update run-pylint.yml to remove badge
1 parent be58cac commit 573dc5f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/run-pylint.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
PYLINT_SCORE=$(sed -n 's/^Your code has been rated at \([-0-9.]*\)\/.*/\1/p' pylint.log)
3737
echo $PYLINT_SCORE
3838
anybadge -l pylint --value=$PYLINT_SCORE -f ${{ github.event.repository.name }}-pylint-badge.svg 2=red 4=orange 8=yellow 10=green
39-
- name: Push badge to badges repo
40-
uses: dmnemec/copy_file_to_another_repo_action@main
41-
env:
42-
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
43-
with:
44-
source_file: "${{ github.event.repository.name }}-pylint-badge.svg"
45-
destination_repo: "nlp-tlp/badges"
46-
user_email: "github-actions[bot]@users.noreply.github.com"
47-
user_name: "github-actions[bot]"
39+
# - name: Push badge to badges repo
40+
# uses: dmnemec/copy_file_to_another_repo_action@main
41+
# env:
42+
# API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
43+
# with:
44+
# source_file: "${{ github.event.repository.name }}-pylint-badge.svg"
45+
# destination_repo: "nlp-tlp/badges"
46+
# user_email: "github-actions[bot]@users.noreply.github.com"
47+
# user_name: "github-actions[bot]"
4848
commit_message: "Update ${{ github.event.repository.name }} Pylint badge"

0 commit comments

Comments
 (0)