mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
Run YAML linting also via GHA
YAML linting currently runs on Travis. Convert to a GHA, to align with other repos and prepare for future optimizations. Only run against values.yaml and Chart.yaml files, as is currently the case in the Travis-driven workflow. Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
This commit is contained in:
committed by
Thomas Pantelis
parent
4461924636
commit
f92523dbb1
@@ -43,3 +43,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: .
|
files: .
|
||||||
config_file: ".markdownlint.yml"
|
config_file: ".markdownlint.yml"
|
||||||
|
|
||||||
|
yaml-lint:
|
||||||
|
name: YAML
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out the repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Run yamllint
|
||||||
|
uses: ibiqlik/action-yamllint@v1
|
||||||
|
with:
|
||||||
|
file_or_dir: submariner/values.yaml submariner-k8s-broker/values.yaml submariner/Chart.yaml submariner-k8s-broker/Chart.yaml
|
||||||
|
config_file: .yamllint.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user