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 2d5f442 commit 54a4cb8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pylint-score.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
SCORE=$(docker compose -f .devcontainer/docker-compose.yml run devcontainer pylint /workspace/src/model2queue/model2queue | grep 'Your code has been rated at' | awk '{print $7}' | sed 's/\//\-/g')
echo "PYLINT_SCORE=$SCORE" >> $GITHUB_ENV
- name: Configure Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
- name: Update README
run: |
# Use sed, awk, or a custom script to update the README with the pylint score
Expand Down

0 comments on commit 54a4cb8

Please sign in to comment.