Commit 04aac31
committed
Install yamllint if missing.
Motivation:
Real github actions hosts have yamllint pre-installed.
Docker images through act by default don't.
This leads to an annoying workflow for local runs.
Modifications:
Install yamllint if not found.
Result:
Both local and hosted github actions should work without modification.1 parent 93d543f commit 04aac31
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
| |||
0 commit comments