Skip to content

🟢 Add tests for All and Auto discovery list resolution (aws, azure, gcp) #8136

🟢 Add tests for All and Auto discovery list resolution (aws, azure, gcp)

🟢 Add tests for All and Auto discovery list resolution (aws, azure, gcp) #8136

Workflow file for this run

---
name: Link Checking
"on":
pull_request:
push:
branches: [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"