Setting yamllinting to config file

This commit is contained in:
Filipe Spencer Lopes 2021-03-09 15:06:22 +01:00
parent 67bfb8cbfe
commit 26eeb8eb1e

View File

@ -1,3 +1,4 @@
---
name: Yaml Lint name: Yaml Lint
on: [push] on: [push]
jobs: jobs:
@ -8,5 +9,4 @@ jobs:
- name: yaml-lint - name: yaml-lint
uses: ibiqlik/action-yamllint@v3 uses: ibiqlik/action-yamllint@v3
with: with:
file_or_dir: yml/*.yml config_file: .yamllint
config_file: .yamllint.yml