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 9dde034 commit 11833cfCopy full SHA for 11833cf
.github/workflows/on_push.yml
@@ -3,6 +3,16 @@ name: CI
3
on: [push]
4
5
jobs:
6
+ version:
7
+ timeout-minutes: 10
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v2
11
+ - uses: subosito/flutter-action@v2
12
+ with:
13
+ channel: 'stable'
14
+ - run: ./am flutter --version
15
+
16
analyze:
17
timeout-minutes: 10
18
runs-on: ubuntu-latest
0 commit comments