chore(bootstrap): Added first action
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 6s
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 6s
This commit is contained in:
13
.gitea/workflows/k8s-validation.yaml
Normal file
13
.gitea/workflows/k8s-validation.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Validate K8s manifests
|
||||||
|
run-name: ${{ gitea.actor }} is validating K8s manifests
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
validate-manifests:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: azure/k8s-lint@v3
|
||||||
|
with:
|
||||||
|
manifests: |
|
||||||
|
manifests/**/*.yaml
|
||||||
|
kubeconformOpts: -summary
|
||||||
Reference in New Issue
Block a user