File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
jobs :
3
3
checkDocs :
4
4
name : " Rendered 'docs/' is up to date"
5
- runs-on : ubuntu-18 .04
5
+ runs-on : ubuntu-20 .04
6
6
steps :
7
7
- uses : " actions/checkout@master"
8
8
with :
19
19
run : scripts/ci/check-rendered-site-up-to-date.sh
20
20
checkPipeline :
21
21
name : Rendered CI pipeline is up to date
22
- runs-on : ubuntu-18 .04
22
+ runs-on : ubuntu-20 .04
23
23
steps :
24
24
- uses : " actions/checkout@master"
25
25
with :
36
36
run : scripts/ci/check-rendered-pipeline-up-to-date.sh
37
37
dhallFormat :
38
38
name : dhall-format
39
- runs-on : ubuntu-18 .04
39
+ runs-on : ubuntu-20 .04
40
40
steps :
41
41
- uses : " actions/checkout@master"
42
42
with :
55
55
run : scripts/dhall-format.sh
56
56
dhallLint :
57
57
name : dhall-lint
58
- runs-on : ubuntu-18 .04
58
+ runs-on : ubuntu-20 .04
59
59
steps :
60
60
- uses : " actions/checkout@master"
61
61
with :
74
74
run : scripts/dhall-lint.sh
75
75
prettier :
76
76
name : Prettier formatting
77
- runs-on : ubuntu-18 .04
77
+ runs-on : ubuntu-20 .04
78
78
steps :
79
79
- uses : " actions/checkout@master"
80
80
with :
91
91
run : scripts/ci/check-prettier.sh
92
92
shellcheck :
93
93
name : shellcheck
94
- runs-on : ubuntu-18 .04
94
+ runs-on : ubuntu-20 .04
95
95
steps :
96
96
- uses : " actions/checkout@master"
97
97
with :
@@ -108,7 +108,7 @@ jobs:
108
108
run : scripts/ci/shellcheck.sh
109
109
shfmt :
110
110
name : shfmt
111
- runs-on : ubuntu-18 .04
111
+ runs-on : ubuntu-20 .04
112
112
steps :
113
113
- uses : " actions/checkout@master"
114
114
with :
You can’t perform that action at this time.
0 commit comments