Skip to content

Commit

Permalink
Disable link check for specific EA help links via
Browse files Browse the repository at this point in the history
config file

help.ea.com seems to filter requests from GitHub causing the action to
think that the link is dead.
  • Loading branch information
GeckoEidechse committed Oct 19, 2023
1 parent c187f9d commit 60244cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/.markdownlinkcheck.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "https://help.ea.com/en/help/pc/link-ea-and-steam/"
}
]
}
1 change: 1 addition & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ jobs:
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: '.github/.markdownlinkcheck.json'

0 comments on commit 60244cf

Please sign in to comment.