Skip to content

Commit

Permalink
Merge pull request #27 from fmdlc/fmdlc-patch-1
Browse files Browse the repository at this point in the history
Update yamllint.yaml
  • Loading branch information
fmdlc authored Oct 27, 2020
2 parents 3ec2124 + 66cf5bf commit b8c75f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,17 @@ jobs:
with:
file_or_dir: ./kubernetes/yaml/
config_file: ./.yamllint
- name: kube-score check
uses: piraces/[email protected]
with:
manifests-folders: "./kubernetes/yaml/*.yaml"
ignore-exit-code: true
- name: kubeval YAML validation
uses: makocchi-git/[email protected]
with:
files: ./kubernetes/yaml/
strict: true
ignore_missing_schemas: true
comment: true
token: ${{ secrets.GH_TOKEN }}

0 comments on commit b8c75f9

Please sign in to comment.