Skip to content

Commit

Permalink
fix: resolve Lychee config
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke authored Sep 13, 2024
1 parent 445c850 commit 7ca95a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ remap = [ "https://example.com http://example.invalid" ]
# HTTP basic auth support. This will be the username and password passed to the
# authorization HTTP header. See
# <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization>
basic_auth = "user:pwd"
#basic_auth = ["example.com user:pwd"]

############################# Exclusions ##########################

Expand All @@ -90,7 +90,7 @@ glob_ignore_case = false
# Exclude URLs and mail addresses from checking (supports regex).
#exclude = [ '.*\.github.com\.*' ]
# receiving forbidden but valid link, receiving timeout but valid link
exclude = ['https://opensource.org/licenses/MIT', 'https://twitter.com/pestphp' ]
exclude = ['https://opensource.org/licenses/MIT', 'https://twitter.com/pestphp', '^https://laracasts.com/series/(pest-driven-laravel|pest-from-scratch)$']


# Exclude these filesystem paths from getting checked.
Expand Down

0 comments on commit 7ca95a6

Please sign in to comment.