github.com/google/trillian-examples@v0.0.0-20240520080811-0d40d35cef0e/.github/workflows/link_checker.yaml (about) 1 name: Check Markdown links 2 3 on: push 4 5 permissions: 6 contents: read 7 8 jobs: 9 markdown-link-check: 10 runs-on: ubuntu-latest 11 steps: 12 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 13 - uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1 14 with: 15 use-quiet-mode: 'yes' 16 use-verbose-mode: 'yes' 17 config-file: '.github/workflows/link_checker_config.json'