Skip to content

Commit

Permalink
Use correct linter action version (#2223)
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 authored Oct 1, 2024
1 parent b426c8b commit 425bfab
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@ run-name: ${{github.event.pull_request.title}}
on:
workflow_dispatch:
push:
branches: [ "main", "release-*" ]
branches: ["main", "release-*"]
jobs:
link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/rebase
- 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: '.'
use-quiet-mode: "yes"
use-verbose-mode: "yes"
config-file: ".mlc.config.json"
folder-path: "."
max-depth: -1

0 comments on commit 425bfab

Please sign in to comment.