File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 steps :
1616 - name : Checkout repository
1717 uses : actions/checkout@v4
18- with :
19- ref : ${{ github.head_ref }}
2018 - name : Setup Java
2119 uses : actions/setup-java@v4
2220 with :
Original file line number Diff line number Diff line change 1515 steps :
1616 - name : Checkout repository
1717 uses : actions/checkout@v4
18- with :
19- ref : ${{ github.head_ref }}
2018 - name : Install Flutter
2119 uses : subosito/flutter-action@v2
2220 - name : Disable analytics
3129 steps :
3230 - name : Checkout repository
3331 uses : actions/checkout@v4
34- with :
35- ref : ${{ github.head_ref }}
3632 - name : Install Flutter
3733 uses : subosito/flutter-action@v2
3834 - name : Disable analytics
4945 steps :
5046 - name : Checkout repository
5147 uses : actions/checkout@v4
52- with :
53- ref : ${{ github.head_ref }}
5448 - name : Install Flutter
5549 uses : subosito/flutter-action@v2
5650 - name : Disable analytics
6761 steps :
6862 - name : Checkout repository
6963 uses : actions/checkout@v4
70- with :
71- ref : ${{ github.head_ref }}
7264 - name : Install Flutter
7365 uses : subosito/flutter-action@v2
7466 - name : Disable analytics
8577 steps :
8678 - name : Checkout repository
8779 uses : actions/checkout@v4
88- with :
89- ref : ${{ github.head_ref }}
9080 - name : Install Flutter
9181 uses : subosito/flutter-action@v2
9282 - name : Disable analytics
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
13- with :
14- ref : ${{ github.head_ref }}
1513 - name : Publish
1614 uses : k-paxian/dart-package-publisher@v1.6
1715 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v4
15- with :
16- ref : ${{ github.head_ref }}
1715 - name : Publish dry run
1816 uses : k-paxian/dart-package-publisher@v1.6
1917 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- with :
17- ref : ${{ github.head_ref }}
1816 - uses : axel-op/dart-package-analyzer@v3
1917 id : workflow
2018 with :
You can’t perform that action at this time.
0 commit comments