mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-07 21:46:49 +00:00
Grammar fix
This commit is contained in:
parent
86bebe95c4
commit
3da34d777e
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…
x
Reference in New Issue
Block a user