Skip to content

Commit

Permalink
ci: use flutter analyze commenter action
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Jan 18, 2025
1 parent 2af39ca commit 606497d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 606497d

Please sign in to comment.