Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
fboundy committed Dec 22, 2024
1 parent f996566 commit 30ad911
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Auto-format Code with Debugging

on:
push: # Run on any branch push
pull_request: # Run on any branch pull request
push:
pull_request:

jobs:
auto-format:
Expand Down Expand Up @@ -62,3 +62,4 @@ jobs:
echo "Push completed successfully."
else
echo "No changes detected. Nothing to commit or push."
fi

0 comments on commit 30ad911

Please sign in to comment.