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:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user