Skip to content

fix(cmd): udpate warning message (#1530) #1016

fix(cmd): udpate warning message (#1530)

fix(cmd): udpate warning message (#1530) #1016

name: Check links on push
on: push
# Restrict jobs in this workflow to have no permissions by default; permissions
# should be granted per job as needed using a dedicated `permissions` block
permissions: {}
jobs:
markdown-link-check:
permissions:
contents: read # to fetch code (actions/checkout)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc
with:
use-quiet-mode: "yes"
base-branch: "main"
check-modified-files-only: "yes"
# Documentation available here: https://github.com/marketplace/actions/markdown-link-check