File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 14
14
pycodestyle :
15
15
name : pycodestyle
16
16
runs-on : ubuntu-latest
17
+ container :
18
+ image : ubuntu:20.04
17
19
steps :
18
20
- name : Checkout repo
19
21
uses : actions/checkout@v4
33
35
pylint :
34
36
name : pylint
35
37
runs-on : ubuntu-latest
38
+ container :
39
+ image : ubuntu:20.04
36
40
steps :
37
41
- name : Checkout repo
38
42
uses : actions/checkout@v4
54
58
ruff :
55
59
name : ruff
56
60
runs-on : ubuntu-latest
61
+ container :
62
+ image : ubuntu:20.04
57
63
steps :
58
64
- name : Checkout repo
59
65
uses : actions/checkout@v4
73
79
markdownlint :
74
80
name : markdownlint
75
81
runs-on : ubuntu-latest
82
+ container :
83
+ image : ubuntu:20.04
76
84
steps :
77
85
- name : Checkout repo
78
86
uses : actions/checkout@v4
86
94
yamllint :
87
95
name : yamllint
88
96
runs-on : ubuntu-latest
97
+ container :
98
+ image : ubuntu:20.04
89
99
steps :
90
100
- name : Checkout repo
91
101
uses : actions/checkout@v4
@@ -105,6 +115,8 @@ jobs:
105
115
jsonlint :
106
116
name : jsonlint
107
117
runs-on : ubuntu-latest
118
+ container :
119
+ image : ubuntu:20.04
108
120
steps :
109
121
- name : Checkout repo
110
122
uses : actions/checkout@v4
@@ -118,6 +130,8 @@ jobs:
118
130
shellcheck :
119
131
name : shellcheck
120
132
runs-on : ubuntu-latest
133
+ container :
134
+ image : ubuntu:20.04
121
135
steps :
122
136
- name : Checkout repo
123
137
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments