WebHackersWeapons/.github/workflows/yaml-lint.yml

16 lines
313 B
YAML
Raw Normal View History

2024-01-01 08:50:07 -07:00
---
2024-01-01 09:12:05 -07:00
name: YAML Lint
on:
pull_request:
branches: [main]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: weapons/*.yaml
config_file: .yamllint.yml