LOLBAS/.github/workflows/yamllinting.yml
Filipe Spencer Lopes 75fa0cd6e3 test for pattern
2021-03-09 14:36:19 +01:00

12 lines
275 B
YAML

name: Yaml Lint
on: [push]
jobs:
lintFiles:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: yml/*.yml
config_file: .yamllint.yml