Skip to content

Commit

Permalink
Prevent auto-formatting in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
V-X-L-U committed Feb 4, 2025
1 parent b1dcb15 commit 7b17236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flutter_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: dart format .

- name: Commit changes if any
if: github.ref == 'refs/heads/main'
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 7b17236

Please sign in to comment.