Skip to content

Commit

Permalink
[DEBUG]
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed May 30, 2024
1 parent a0e96c3 commit c0e60bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PreCommitUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
run: pip install pre-commit
- name: Run pre-commit's autoupdate
run: |
pre-commit autoupdate
# autoupdate returns 1 if any changes were made
echo "Ignore exit code $?"
pre-commit autoupdate
echo ">$?<"
# - name: Create Pull Request
# id: cpr
# uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit c0e60bb

Please sign in to comment.