From 3849ae09ed5f787b626aac671fe3cf003e6e3e1b Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Sun, 31 Mar 2024 21:41:11 +0200 Subject: [PATCH] Update fix-formatting-and-license.yml --- .github/workflows/fix-formatting-and-license.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix-formatting-and-license.yml b/.github/workflows/fix-formatting-and-license.yml index 5595ffa..fd89193 100644 --- a/.github/workflows/fix-formatting-and-license.yml +++ b/.github/workflows/fix-formatting-and-license.yml @@ -32,7 +32,7 @@ jobs: run: dart pub get - name: Verify formatting - run: dart format --output=none --set-exit-if-changed . + run: dart format --output=none . - name: Update license file run: flutter packages pub run license_generator generat