diff --git a/.github/workflows/flutterfmt.yml b/.github/workflows/flutterfmt.yml index 3d5dc38e..11cad9e5 100644 --- a/.github/workflows/flutterfmt.yml +++ b/.github/workflows/flutterfmt.yml @@ -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