Skip to content

Commit

Permalink
CI: fixed find invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed May 21, 2024
1 parent 087fb0c commit 2de98f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:

- name: validate yaml files
run: |
for y in $(find . -type f -name "*.yaml" -or -name ".yml"); do
for y in $(find . -type f -name "*.yaml" -or -name "*.yml"); do
yq '.' $y;
done

0 comments on commit 2de98f8

Please sign in to comment.