LOLBAS/.github/workflows/yamllinting.yml
Filipe Spencer Lopes 487af0347d no more pattern.
2021-03-09 14:34:40 +01:00

12 lines
267 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: .
config_file: .yamllint.yml