Skip to content

pin the actions/checkout GitHub Action to a specific version (#11) #20

pin the actions/checkout GitHub Action to a specific version (#11)

pin the actions/checkout GitHub Action to a specific version (#11) #20

Workflow file for this run

name: Markdown Links Validation
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.markdownlinkcheck.json'
use-quiet-mode: 'yes'