pro documentation link updates in the kubefirst repo (#2421) #961
This file contains hidden or 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: Markdown Links Validation | |
| on: [push, workflow_dispatch] | |
| jobs: | |
| markdown-link-check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout this repository | |
| uses: actions/checkout@v4.0.0 | |
| - name: Validate Links Markdown .md files | |
| if: always() | |
| uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 | |
| with: | |
| config-file: '.markdownlinkcheck.json' | |
| use-quiet-mode: 'yes' | |
| file-extension: .md |