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 d5e9011 commit 209677fCopy full SHA for 209677f
.github/workflows/publish.yml
@@ -9,19 +9,10 @@ jobs:
9
- uses: actions/checkout@v2
10
- name: Install Flutter
11
uses: subosito/flutter-action@v2
12
- with:
13
- flutter-version: '3.3.3'
14
- cache: true
15
- name: Install dependencies
16
run: flutter pub get
17
- - name: Analyze
18
- run: flutter analyze
19
- - name: Run tests
20
- run: flutter test
21
- name: Format code
22
run: dart format --fix .
23
- - name: Check Publish Warnings
24
- run: dart pub publish --dry-run
25
- name: Publish
26
uses: k-paxian/dart-package-publisher@v1.5.1
27
with:
0 commit comments