mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-10-01 01:25:58 -04:00
16 lines
313 B
YAML
16 lines
313 B
YAML
---
|
|
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
|