mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Expand files to validate URLs within
This commit is contained in:
parent
d07172cc0e
commit
f8a9769320
1 changed files with 1 additions and 1 deletions
2
.github/workflows/url-check.yml
vendored
2
.github/workflows/url-check.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue