diff --git a/.github/workflows/wordlist-validator.yml b/.github/workflows/wordlist-validator.yml index 15d2a968f..80a944224 100644 --- a/.github/workflows/wordlist-validator.yml +++ b/.github/workflows/wordlist-validator.yml @@ -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 }}" \ No newline at end of file + ./.bin/validators.sh "${{ steps.changed-files.outputs.all_changed_files }}"