From 852984cc8260d625e52c12b141f7280a735ef552 Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Thu, 13 Feb 2025 10:53:39 -0600 Subject: [PATCH] Re-enable formatting in CI --- .github/workflows/flutterfmt.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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