From 54a4cb8b52cb60a4ecc323545078fa4bc1641195 Mon Sep 17 00:00:00 2001 From: Lio Date: Tue, 5 Mar 2024 09:14:42 -0300 Subject: [PATCH] Update pylint-score.yml --- .github/workflows/pylint-score.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pylint-score.yml b/.github/workflows/pylint-score.yml index be04ea9..310ba43 100644 --- a/.github/workflows/pylint-score.yml +++ b/.github/workflows/pylint-score.yml @@ -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 "action@github.com" - 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