ci: more testing

This commit is contained in:
Michael Kriese 2023-12-07 10:16:57 +01:00
parent 83ea1c643d
commit d708ade428
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -5,7 +5,7 @@ on:
jobs:
prettier:
runs-on: docker
runs-on: self-hosted
container:
image: ghcr.io/containerbase/node:20.10.0
steps:
@ -24,7 +24,7 @@ jobs:
- run: npx markdownlint-cli .
helm-lint:
runs-on: docker
runs-on: self-hosted
container:
image: quay.io/helmpack/chart-testing:v3.10.1
steps: