fix(ci): replace volkerraschek/helm with native GitHub Actions
All checks were successful
Helm / helm-unittest (push) Successful in 7s
Helm / helm-lint (push) Successful in 10s

This commit is contained in:
2025-11-30 11:24:14 +01:00
parent 69ac64d858
commit 74b45790bf
3 changed files with 17 additions and 25 deletions

View File

@@ -16,8 +16,7 @@ jobs:
markdown-link-checker:
container:
image: docker.io/library/node:25.2.1-alpine
runs-on:
- ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Install tooling
run: |
@@ -32,8 +31,7 @@ jobs:
markdown-lint:
container:
image: docker.io/library/node:25.2.1-alpine
runs-on:
- ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Install tooling
run: |