Extension used is yml, not yaml.

This commit is contained in:
Filipe Spencer Lopes 2021-03-09 14:22:06 +01:00
parent aa6e8be528
commit a4d37e4c60

View File

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