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,12 +1,12 @@
---
name: Yaml Lint name: Yaml Lint
on: [push] on: [push]
jobs: jobs:
lintFiles: lintFiles:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- 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