Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Jan 20, 2025
1 parent a59cc8b commit 96fd2d3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/validate-yamls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ permissions:
jobs:
validate-yamls:
runs-on: ubuntu-latest

steps:
<<<<<<< Updated upstream
- uses: actions/checkout@v4

- uses: mikefarah/yq@master
with:
cmd: yq --help
cmd: yq --help
=======
- uses: actions/checkout@v4
- name: Validate YAML file
run: yamllint chart/questions.yaml
>>>>>>> Stashed changes

0 comments on commit 96fd2d3

Please sign in to comment.