mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-24 22:59:37 -05:00
Add YAML lint check
This commit is contained in:
parent
6d05a3ac4d
commit
d464534e7c
14
.github/workflows/yaml-lint.yml
vendored
Normal file
14
.github/workflows/yaml-lint.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user