Disable Kapa until prometheus.io domain is in allowlist #193
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 Validation | |
| on: | |
| pull_request: | |
| jobs: | |
| check-md-files: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| - name: Set up Go | |
| uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.2.0 | |
| with: | |
| go-version: stable | |
| - name: Check for broken links | |
| run: | | |
| make check |