Skip to content

Commit 606497d

Browse files
committed
ci: use flutter analyze commenter action
1 parent 2af39ca commit 606497d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,14 @@ jobs:
3535
- name: 📦 Install flutter_quill_test dependencies
3636
run: flutter pub get -C flutter_quill_test
3737

38-
- name: 🔍 Run Flutter analysis
39-
run: flutter analyze
38+
- name: 🎨 Perform Flutter Analysis
39+
run: flutter analyze --write=flutter_analyze.log
40+
41+
- if: ${{ !cancelled() }}
42+
uses: yorifuji/flutter-analyze-commenter@v1
43+
with:
44+
analyze-log: flutter_analyze.log
45+
verbose: false
4046

4147
- name: 🧹 Check Dart code formatting
4248
run: dart format --set-exit-if-changed .

0 commit comments

Comments
 (0)