Skip to content

Commit

Permalink
Replace link check action (#749)
Browse files Browse the repository at this point in the history
* replace link check action
  • Loading branch information
Netyyyy authored Jul 12, 2024
1 parent 8a6ccc2 commit 0a92051
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 36 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/.linkspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
dirs:
- ./
ignorePatterns:
- pattern: "^http://127.0.0.1"
- pattern: "^https://127.0.0.1"
- pattern: "^http://localhost"
- pattern: "^https://localhost"
- pattern: "^https://www.terraform.io"
- pattern: "^https://mvnrepository.com/artifact/com.azure/azure-security-keyvault-jca"
- pattern: "^https://www.microsoft.com/edge"
- pattern: "^https://dev.mysql.com/downloads/shell/"
aliveStatusCodes:
- 200
9 changes: 5 additions & 4 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-[email protected]
- uses: umbrelladocs/action-[email protected]
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'
reporter: github-pr-review
config_file: '.github/workflows/.linkspector.yml'
level: error
fail_on_error: true
32 changes: 0 additions & 32 deletions .github/workflows/mlc_config.json

This file was deleted.

0 comments on commit 0a92051

Please sign in to comment.