8000
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 ec5d794 commit 2745c12Copy full SHA for 2745c12
.github/workflows/build.yml
@@ -14,20 +14,19 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest]
17
-# os: [ubuntu-latest, windows-latest, macos-latest]
+
18
steps:
19
- uses: actions/checkout@v2
20
- uses: actions/setup-java@v1
21
with:
22
java-version: '12.x'
23
- uses: subosito/flutter-action@v1
24
25
- flutter-version: '2.0.5'
+ flutter-version: '2.2.3'
26
channel: 'stable'
27
- run: flutter packages get
28
- run: flutter format lib/ test/ --set-exit-if-changed
29
- run: flutter pub run import_sorter:main --no-comments --exit-if-changed
30
- run: flutter analyze
31
- run: flutter test
32
- - run: flutter build web
33
0 commit comments