LOLBAS/.github/workflows/yamllinting.yml

12 lines
275 B
YAML
Raw Normal View History

2021-03-09 14:16:42 +01:00
name: Yaml Lint
on: [push]
jobs:
2021-03-09 14:28:09 +01:00
lintFiles:
2021-03-09 14:16:42 +01:00
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
2021-03-09 14:36:19 +01:00
file_or_dir: yml/*.yml
2021-03-09 14:28:09 +01:00
config_file: .yamllint.yml