ci: more testing
This commit is contained in:
parent
9cefead429
commit
83ea1c643d
1 changed files with 8 additions and 2 deletions
|
@ -6,8 +6,11 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
prettier:
|
prettier:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: ghcr.io/containerbase/node:20.10.0
|
container:
|
||||||
|
image: ghcr.io/containerbase/node:20.10.0
|
||||||
steps:
|
steps:
|
||||||
|
- run: cat /etc/os-release
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
show-progress: false
|
show-progress: false
|
||||||
|
@ -22,8 +25,11 @@ jobs:
|
||||||
|
|
||||||
helm-lint:
|
helm-lint:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: quay.io/helmpack/chart-testing:v3.10.1
|
container:
|
||||||
|
image: quay.io/helmpack/chart-testing:v3.10.1
|
||||||
steps:
|
steps:
|
||||||
|
- run: cat /etc/os-release
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
show-progress: false
|
show-progress: false
|
||||||
|
|
Loading…
Reference in a new issue