Skip to content

Add autogenerated mapping from nuclei-templates project #8

Add autogenerated mapping from nuclei-templates project

Add autogenerated mapping from nuclei-templates project #8

Workflow file for this run

name: ❄️ YAML Lint
on:
pull_request:
paths:
- 'QUERIES.yaml'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Yamllint
uses: karancode/[email protected]
with:
yamllint_config_filepath: .yamllint
yamllint_strict: false
yamllint_comment: true