KAAP-519: Download kubelet, kubectl and cri-tools binaries from k8s / cri repo not APT #126
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: Check Markdown links | |
| on: | |
| pull_request: | |
| paths: | |
| - '**.md' | |
| jobs: | |
| markdown-link-check: | |
| name: Broken Links | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@master | |
| - uses: gaurav-nelson/github-action-markdown-link-check@v1 | |
| with: | |
| use-quiet-mode: 'yes' | |
| use-verbose-mode: 'yes' | |
| check-modified-files-only: 'yes' | |
| base-branch: 'main' | |
| config-file: '.github/workflows/markdown.links.config.json' |