Revert "Expand files to validate URLs within"

This reverts commit f8a9769320.
This commit is contained in:
Daniel Wozniak 2023-12-17 23:13:40 -07:00
parent f8a9769320
commit 5a517e9fa5

View file

@ -35,4 +35,4 @@ jobs:
dpkg -i brok-1.1.0_x86-64-linux.deb
- name: Run brok
run: |
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
brok --ignore $(cat .brokignore) $(find . -type f -name "*.rst") $(find . -type f -name "*.md") > /dev/null