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:
|
||||
prettier:
|
||||
runs-on: docker
|
||||
container: ghcr.io/containerbase/node:20.10.0
|
||||
container:
|
||||
image: ghcr.io/containerbase/node:20.10.0
|
||||
steps:
|
||||
- run: cat /etc/os-release
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
show-progress: false
|
||||
|
@ -22,8 +25,11 @@ jobs:
|
|||
|
||||
helm-lint:
|
||||
runs-on: docker
|
||||
container: quay.io/helmpack/chart-testing:v3.10.1
|
||||
container:
|
||||
image: quay.io/helmpack/chart-testing:v3.10.1
|
||||
steps:
|
||||
- run: cat /etc/os-release
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
show-progress: false
|
||||
|
|
Loading…
Reference in a new issue