mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-03 09:13:22 +08:00
Add action for syntax checking
This commit is contained in:
18
.github/workflows/syntax-checking.yml
vendored
Normal file
18
.github/workflows/syntax-checking.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
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:
|
||||
yamllint_strict: false
|
||||
yamllint_comment: true
|
||||
Reference in New Issue
Block a user