feat: Add analyzer to prefer interpolated strings over string.Format with comprehensive edge case handling (disabled by default) #161
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 | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| paths: | |
| - 'Documentation/**' | |
| jobs: | |
| format: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | |
| - name: Check Markdown Links | |
| uses: gaurav-nelson/github-action-markdown-link-check@9710f0fec812ce0a3b98bef4c9d842fc1f39d976 # ratchet:gaurav-nelson/github-action-markdown-link-check@1.0.13 | |
| with: | |
| config-file: .github/linters/markdown-link-check.json |