File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
- name : Check URLs
22
22
run : bash ./scripts/check_urls.sh
23
23
24
- check-links :
24
+ check-xrefs :
25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- uses : actions/checkout@v3
28
28
- name : Check Links
29
- run : bash ./scripts/check_links .sh
29
+ run : bash ./scripts/check_xrefs .sh
30
30
31
31
build :
32
32
uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ while IFS=: read -r filepath link; do
24
24
fi
25
25
done < <(
26
26
git --no-pager grep --no-color -I -o -E \
27
- ' \[[^]]+\]\([^)]*/[^)]*\)|href="[^"]*/[^"]*"|src="[^"]*/[^"]*"' \
27
+ ' \[[^]]+\]\([^[:space:] )]*/[^[:space:] )]*\)|href="[^"]*/[^"]*"|src="[^"]*/[^"]*"' \
28
28
-- ' *' \
29
29
' :(exclude).*' \
30
30
' :(exclude)**/.*' \
You can’t perform that action at this time.
0 commit comments