Add YAML lint check

This commit is contained in:
HAHWUL 2024-01-02 00:50:07 +09:00
parent 6d05a3ac4d
commit d464534e7c
1 changed files with 14 additions and 0 deletions

14
.github/workflows/yaml-lint.yml vendored Normal file
View File

@ -0,0 +1,14 @@
---
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