diff --git a/.github/workflows/flutterfmt.yml b/.github/workflows/flutterfmt.yml index 60ec34b..490be43 100644 --- a/.github/workflows/flutterfmt.yml +++ b/.github/workflows/flutterfmt.yml @@ -24,4 +24,4 @@ jobs: uses: actions/checkout@v3 - name: Check formating - run: dart format -l120 lib/ test/ --set-exit-if-changed --suppress-analytics \ No newline at end of file + run: dart format -l120 lib/ test/ --set-exit-if-changed --suppress-analytics --output none \ No newline at end of file