Skip to content

Commit c2bbae9

Browse files
committed
Fix regex typo
1 parent f322288 commit c2bbae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
--format markdown
3131
--exclude '^https://doi\.org/'
3232
--exclude '^https://russellranch\.ucdavis\.edu'
33-
--exclude '^https://join\.slack.\com'
33+
--exclude '^https://join\.slack\.com'
3434
.
3535
fail: true
3636
env:

0 commit comments

Comments
 (0)