File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 channel : stable
2020 cache : true
21+ version : 3.27.4
2122
2223 - name : Verify Flutter installation
2324 run : flutter --version
3435 - name : Perform Flutter Analysis
3536 run : flutter analyze
3637
37- # TODO: Fix the CI formatting check issue https://github.com/singerdmx/flutter-quill/actions/runs/13354950349/job/37296412467
3838 - name : Check Dart code formatting
3939 run : dart format --set-exit-if-changed .
4040
Original file line number Diff line number Diff line change 2323 with :
2424 channel : stable
2525 cache : true
26+ version : 3.27.4
2627
2728 - name : Verify Flutter installation
2829 run : flutter --version
7374 tag : ${{ github.ref_name }}
7475 prerelease : ${{ contains(github.ref_name, '-') }}
7576
76- # TODO: Fix the CI formatting check issue https://github.com/singerdmx/flutter-quill/actions/runs/13354950349/job/37296412467
77- # - name: Check if package is ready for publishing
78- # run: flutter pub publish --dry-run
77+ - name : Check if package is ready for publishing
78+ run : flutter pub publish --dry-run
7979
8080 - name : Publish flutter_quill
8181 run : flutter pub publish --force
You can’t perform that action at this time.
0 commit comments