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

20 lines
380 B
YAML
Raw Normal View History

2020-05-24 21:48:15 +00:00
name: syntax-checking
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Yamllint'
uses: karancode/yamllint-github-action@master
with:
2020-05-24 21:51:12 +00:00
yamllint_config_filepath: .yamllint
2020-05-24 21:48:15 +00:00
yamllint_strict: false
yamllint_comment: true