forked from ab/homelab
Update .gitea/workflows/lint.yaml
This commit is contained in:
@ -13,7 +13,7 @@ jobs:
|
||||
name: Setup Kubeconform
|
||||
- name: Kubeconform
|
||||
continue-on-error: true
|
||||
run: kubeconform -summary -verbose -output pretty -ignore-missing-schemas k8s/
|
||||
run: kubeconform -summary -verbose -output pretty -ignore-missing-schemas -skip '.*values\.yaml$' k8s/
|
||||
- name: 'Yamllint'
|
||||
uses: karancode/yamllint-github-action@master
|
||||
continue-on-error: true
|
||||
|
Reference in New Issue
Block a user