Skip to content

🎉 activedirectory-13.0.13, ansible-13.2.2, arista-13.3.4, atlassian-1… #12444

🎉 activedirectory-13.0.13, ansible-13.2.2, arista-13.3.4, atlassian-1…

🎉 activedirectory-13.0.13, ansible-13.2.2, arista-13.3.4, atlassian-1… #12444

Workflow file for this run

---
name: Link Checking
"on":
pull_request:
push:
branches: [main]
concurrency:
group: link-check-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
permissions:
contents: read
jobs:
md-links:
name: Run markdown link check
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: markdown-link-check
uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1.1.2
with:
use-verbose-mode: "yes"
config-file: ".github/actions/link-check/config.json"