Fix yamllint workflow invocation
validate / yaml (push) Successful in 7s
validate / k8s (push) Successful in 5s

This commit is contained in:
2026-06-21 21:40:11 +02:00
parent 175cbc8860
commit 6ecbbb39b4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
-v "$PWD:/work" \
-w /work \
cytopia/yamllint:latest \
yamllint -c .yamllint .
-c .yamllint .
k8s:
runs-on: [self-hosted, linux, arch, homelab]
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
-v "$PWD:/work" \
-w /work \
cytopia/yamllint:latest \
yamllint -c .yamllint .
-c .yamllint .
k8s:
runs-on: [self-hosted, linux, arch, homelab]