nuclei-templates/.github/workflows/syntax-checking.yml

16 lines
340 B
YAML
Raw Normal View History

2021-05-15 14:30:13 +00:00
name: ❄️ YAML Lint
2020-05-24 21:48:15 +00:00
on: [push, pull_request]
2020-05-24 21:48:15 +00:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Yamllint
uses: karancode/yamllint-github-action@master
with:
yamllint_config_filepath: .yamllint
yamllint_strict: false
yamllint_comment: true