Skip to content

Commit

Permalink
Expand files to validate URLs within
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptAutomate authored and dwoz committed Dec 18, 2023
1 parent d07172c commit f8a9769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/url-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
dpkg -i brok-1.1.0_x86-64-linux.deb
- name: Run brok
run: |
brok --ignore $(cat .brokignore) $(find . -type f -name "*.rst") $(find . -type f -name "*.md") > /dev/null
brok --only-failures --ignore $(cat .brokignore) $(find . -type f \( -name "*.rst" -o -name "*.py" -o -name "*.y*ml" -o -name "*.md" -o -name "*.py" -o -name "*.html" \)) > /dev/null

0 comments on commit f8a9769

Please sign in to comment.