Expand files to validate URLs within

This commit is contained in:
ScriptAutomate 2022-10-31 16:30:11 -05:00 committed by Daniel Wozniak
parent d07172cc0e
commit f8a9769320

View file

@ -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