Skip to content

Commit

Permalink
Fix GitHub link check.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 15, 2022
1 parent a1de468 commit 06e0882
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/check-md-links.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"httpHeaders": [
{
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
]
}
1 change: 1 addition & 0 deletions .github/workflows/check-md-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
check-modified-files-only: 'no'
config-file: '.github/check-md-links.md'
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ the inspection rules will be automatically picked up by IntelliJ.
## Proposing Changes

All proposed changes are submitted and code reviewed using the
[GitHub Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) process.
[GitHub Pull Request](https://help.github.com/articles/about-pull-requests/) process.

To submit a pull request:

Expand Down

0 comments on commit 06e0882

Please sign in to comment.