Skip to content

Commit

Permalink
switches pr-markdown-link-check version to whitelisted one
Browse files Browse the repository at this point in the history
  • Loading branch information
Disper committed Oct 29, 2024
1 parent 290ca5e commit 0c4d375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-markdown-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.mlc.config.json'
folder-path: '.'
max-depth: -1
check-modified-files-only: 'yes'
base-branch: '${{ github.base_ref }}'
base-branch: '${{ github.base_ref }}'

0 comments on commit 0c4d375

Please sign in to comment.