Changing matching pattern

This commit is contained in:
Filipe Spencer Lopes 2021-03-09 14:23:27 +01:00
parent a4d37e4c60
commit 4fa217f9c3

View File

@ -8,7 +8,7 @@ jobs:
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: yml/*.yml
file_or_dir: yml/**.yml
config_file: .yamllint.yml
lintTemplate:
runs-on: ubuntu-latest