mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-01-16 20:43:58 -08:00
Grammar fix
This commit is contained in:
parent
86bebe95c4
commit
3da34d777e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/wordlist-validator.yml
vendored
4
.github/workflows/wordlist-validator.yml
vendored
|
|
@ -5,7 +5,7 @@
|
|||
# https://github.com/marketplace/actions/changed-files\
|
||||
#
|
||||
# Modified to add a validator script
|
||||
name: Wordlist Validator - Run a validator script to check for dangerous pushes
|
||||
name: Wordlist Validator - Runs a validator script to check for dangerous pushes
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
|
|
@ -28,4 +28,4 @@ jobs:
|
|||
uses: tj-actions/changed-files@v34
|
||||
- name: Analyze all added or modified files
|
||||
run: |
|
||||
./.bin/validators.sh "${{ steps.changed-files.outputs.all_changed_files }}"
|
||||
./.bin/validators.sh "${{ steps.changed-files.outputs.all_changed_files }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue