We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af39ca commit 606497dCopy full SHA for 606497d
.github/workflows/main.yml
@@ -35,8 +35,14 @@ jobs:
35
- name: 📦 Install flutter_quill_test dependencies
36
run: flutter pub get -C flutter_quill_test
37
38
- - name: 🔍 Run Flutter analysis
39
- run: flutter analyze
+ - name: 🎨 Perform Flutter Analysis
+ 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
46
47
- name: 🧹 Check Dart code formatting
48
run: dart format --set-exit-if-changed .
0 commit comments