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 4, 2024
1 parent e9f44b7 commit 61bb1af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pylint-score.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ 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 61bb1af

Please sign in to comment.