mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-04-05 00:44:10 -04:00
hotfix(markdown): fix links and add link check config
This commit is contained in:
1
.github/workflows/markdown.yml
vendored
1
.github/workflows/markdown.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
with:
|
||||
use-quiet-mode: yes
|
||||
config-file: .github/workflows/mlc-config.json
|
||||
|
||||
- uses: peter-evans/dockerhub-description@v3
|
||||
if: github.repository == 'qdm12/ddns-updater' && github.event_name == 'push'
|
||||
|
||||
32
.github/workflows/mlc-config.json
vendored
Normal file
32
.github/workflows/mlc-config.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"ignorePatterns": [
|
||||
{
|
||||
"pattern": "^http://localhost"
|
||||
},
|
||||
{
|
||||
"pattern": "^https://api6.ipify.org$"
|
||||
},
|
||||
{
|
||||
"pattern": "^http://ip1.dynupdate6.no-ip.com$"
|
||||
},
|
||||
{
|
||||
"pattern": "^https://ap.www.namecheap.com/Domains/DomainControlPanel/example.com/advancedns$"
|
||||
},
|
||||
{
|
||||
"pattern": "^https://www.godaddy.com"
|
||||
},
|
||||
{
|
||||
"pattern": "^https://www.namecheap.com"
|
||||
},
|
||||
{
|
||||
"pattern": "https://www.linode.com/docs/products/tools/api/guides/manage-api-tokens/"
|
||||
}
|
||||
],
|
||||
"timeout": "5s",
|
||||
"retryOn429": false,
|
||||
"fallbackRetryDelay": "30s",
|
||||
"aliveStatusCodes": [
|
||||
200,
|
||||
206
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user