pre-commit-config update

patch-1
sandeep 2021-09-11 12:16:55 +05:30
parent 4b983bbe2a
commit 5582e890a1
3 changed files with 3 additions and 3 deletions

View File

@ -28,6 +28,6 @@ jobs:
- name: Template Validation
run: |
nuclei -validate -t . -exclude .pre-commit-config.yaml
nuclei -validate -w ./workflows -exclude .pre-commit-config.yaml
nuclei -validate -t .
nuclei -validate -w ./workflows
shell: bash

View File

@ -2,7 +2,7 @@
extends: default
ignore: |
.pre-commit-config.yaml
.pre-commit-config.yml
.github/workflows/*.yml
rules: