🐛 Consolidate discovery options for all providers and remove duplicate all/auto from CLI help info. #2532
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Link Checking | |
"on": | |
pull_request: | |
push: | |
branches: [main] | |
jobs: | |
md-links: | |
name: Run markdown link check | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
- name: markdown-link-check | |
uses: gaurav-nelson/github-action-markdown-link-check@v1 | |
with: | |
use-verbose-mode: "yes" |