LOLBAS/.github/workflows/yaml-linting.yml

14 lines
254 B
YAML
Raw Normal View History

2021-03-09 15:06:22 +01:00
---
2022-09-10 23:17:55 +02:00
name: YAML Lint Push Check
on: [push]
2021-03-09 14:16:42 +01:00
jobs:
2021-03-09 14:28:09 +01:00
lintFiles:
2021-03-09 15:06:22 +01:00
runs-on: ubuntu-latest
steps:
2022-09-10 22:42:26 +02:00
- uses: actions/checkout@v3
2022-09-10 23:33:11 +02:00
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
2022-09-10 13:22:41 +02:00
with:
2022-09-10 23:33:11 +02:00
config_file: .github/.yamllint