Skip to content

Commit

Permalink
chore: Fix markdown used version (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindnerby authored Oct 16, 2024
1 parent 4dd8e42 commit ce28884
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ on:
- cron: "0 5 * * *"

jobs:
lint:
name: Lint Markdown Links
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
# Relates to version 1.0.15. Sha is used as this is this is the allow-listed value
- uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'no'
config-file: '.mlc.config.json'
folder-path: '.'
max-depth: -1
check-modified-files-only: 'yes'
check-modified-files-only: 'no'
base-branch: 'main'

0 comments on commit ce28884

Please sign in to comment.