Skip to content

Commit

Permalink
catlin seems to ignore yml file…
Browse files Browse the repository at this point in the history
… and only want yaml files…

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Nov 28, 2023
1 parent 285b2d9 commit 994f36d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Run Catlin linting
run: |
set -Eeu
helm template task-oc . > task-oc.yml
cat task-oc.yml
catlin validate ./task-oc.yml
helm template task-oc . > task-oc.yaml
cat task-oc.yaml
catlin validate task-oc.yaml
echo "WAT!"
test-e2e:
Expand Down

0 comments on commit 994f36d

Please sign in to comment.