From 606497d48c0a0e9ce88936e1c3ebd04c80189a23 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sat, 18 Jan 2025 13:02:35 +0300 Subject: [PATCH] ci: use flutter analyze commenter action --- .github/workflows/main.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9fa6dccae..b79a6cdcd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,8 +35,14 @@ jobs: - name: ๐Ÿ“ฆ Install flutter_quill_test dependencies run: flutter pub get -C flutter_quill_test - - name: ๐Ÿ” Run Flutter analysis - run: flutter analyze + - name: ๐ŸŽจ Perform Flutter Analysis + run: flutter analyze --write=flutter_analyze.log + + - if: ${{ !cancelled() }} + uses: yorifuji/flutter-analyze-commenter@v1 + with: + analyze-log: flutter_analyze.log + verbose: false - name: ๐Ÿงน Check Dart code formatting run: dart format --set-exit-if-changed .