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
1616 steps :
1717 - uses : actions/checkout@v2
18- - name : Checkout to documentation branch
19- run : |
20- git fetch
21- git checkout ${{ github.ref_name }}
2218
2319 - name : Deploy docs
2420 uses : mhausenblas/mkdocs-deploy-gh-pages@master
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v2
1818 - uses : dart-lang/setup-dart@v1
1919
20- - name : Checkout to target branch
21- run : |
22- git fetch
23- git checkout ${{ github.ref_name }}
24-
2520 - name : Run static dart analysis with fatal infos
2621 run : dart analyze --fatal-infos
2722
Original file line number Diff line number Diff line change 2222 flutter-version : " 2.10.0"
2323 channel : " stable"
2424 - run : flutter --version
25- - name : Checkout to target branch
26- run : |
27- git fetch
28- git checkout ${{ github.ref_name }}
2925 - name : Fetch packages
3026 run : flutter pub get
3127
You can’t perform that action at this time.
0 commit comments