Skip to content

Commit

Permalink
Update markdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Feb 5, 2025
1 parent bcfbbcb commit 5780021
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
permissions: read-all

jobs:
markdown-lint:
linter:
name: Lint markdown files
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -39,11 +39,19 @@ jobs:
run: |
echo "::remove-matcher owner=markdownlint::"
- uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc # master
if: always()
check-links:
name: Check markdown links
runs-on: ubuntu-latest
steps:
- name: Checkout devtools
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc # master
# Checks all Markdown files, including those in subfolders,
# as the PR may involve removing referenced Markdown files.
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'
base-branch: ${{ github.base_ref }}
config-file: '.github/markdown-link-check.jsonc'
config-file: '.github/markdown-link-check.jsonc'

0 comments on commit 5780021

Please sign in to comment.