diff --git a/.github/.markdownlinkcheck.json b/.github/.markdownlinkcheck.json new file mode 100644 index 00000000..7e118b9f --- /dev/null +++ b/.github/.markdownlinkcheck.json @@ -0,0 +1,7 @@ +{ + "ignorePatterns": [ + { + "pattern": "https://help.ea.com/en/help/pc/link-ea-and-steam/" + } + ] +} diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 89bee171..fd095043 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -11,3 +11,4 @@ jobs: uses: gaurav-nelson/github-action-markdown-link-check@v1 with: use-quiet-mode: 'yes' + config-file: '.github/.markdownlinkcheck.json' \ No newline at end of file