LOLBAS/.github/workflows/yamllinting.yml

21 lines
531 B
YAML
Raw Normal View History

2021-03-09 14:16:42 +01:00
name: Yaml Lint
on: [push]
jobs:
lintDataFiles:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
2021-03-09 14:23:27 +01:00
file_or_dir: yml/**.yml
2021-03-09 14:16:42 +01:00
config_file: .yamllint.yml
lintTemplate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
2021-03-09 14:22:06 +01:00
file_or_dir: YML-Template.yml
2021-03-09 14:16:42 +01:00
config_file: .yamllint.yml