Skip to content

Commit

Permalink
Update auto-format.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gbruer15 authored Aug 30, 2024
1 parent 5d6265c commit 3f1073e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
run: make autoformat
- name: Create pull request with changes
run: |
gh auth status
gh auth refresh --reset-scopes
gh auth status
if git diff --quiet ; then
echo "No formatting changes were made"
Expand Down

0 comments on commit 3f1073e

Please sign in to comment.