File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20
+
20
21
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
21
22
22
23
- name : Install dependencies
Original file line number Diff line number Diff line change 7
7
push :
8
8
branches : [ main ]
9
9
paths :
10
- - ' .github/workflows/markdown .yaml'
10
+ - ' .github/workflows/markdown_flutter .yaml'
11
11
- ' pkgs/markdown/**'
12
12
pull_request :
13
13
branches : [ main ]
14
14
paths :
15
- - ' .github/workflows/markdown .yaml'
15
+ - ' .github/workflows/markdown_flutter .yaml'
16
16
- ' pkgs/markdown/**'
17
17
schedule :
18
18
- cron : " 0 0 * * 0"
19
19
20
20
env :
21
21
PUB_ENVIRONMENT : bot.github
22
22
23
-
24
- defaults :
25
- run :
26
- working-directory : pkgs/markdown/
27
-
28
23
jobs :
29
24
smoke-test :
30
25
runs-on : ubuntu-latest
31
26
32
27
steps :
33
- - name : clone dart-lang/markdown
28
+ - name : clone dart-lang/tools
34
29
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
35
30
with :
36
31
repository : dart-lang/tools
46
41
- name : install the flutter sdk
47
42
uses : subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
48
43
with :
49
- channel : ' beta'
44
+ channel : beta
50
45
51
46
- name : flutter --version
52
47
run : flutter --version
You can’t perform that action at this time.
0 commit comments