1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-25 19:08:06 +01:00

Update ci.yml

This commit is contained in:
Qstick
2021-10-31 10:06:49 -05:00
committed by GitHub
parent 6abd82dbec
commit c232e08cfa

View File

@@ -19,4 +19,8 @@ jobs:
yamllint --version
- name: yamllint run
run: |
yamllint definitions --format github
for f in `find definitions -type f`
do
echo "$f"
yamllint "$f" --format github
done