Skip to content

Commit

Permalink
Re-enable formatting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jasikpark committed Feb 13, 2025
1 parent 6c1042a commit d317e21
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/flutterfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ jobs:
with:
show-progress: false

# Disabled for a single PR, this will be re-enabled in the PR that has lots of formatting changes.
# - name: Check formating
# run: dart format -l120 lib/ --set-exit-if-changed --suppress-analytics --output none
- name: Check formating
run: dart format -l120 lib/ --set-exit-if-changed --suppress-analytics --output none

0 comments on commit d317e21

Please sign in to comment.