1
0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2025-12-29 18:41:39 +01:00
LOLBAS/.github/workflows/yaml-linting.yml

20 lines
318 B
YAML

---
name: YAML Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lintFiles:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .github/.yamllint