chore(deps): update webdevops/azure-resourcegraph-exporter docker tag to v25 #195
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 Lint | |
| on: [pull_request, workflow_dispatch] | |
| jobs: | |
| lint-changelog: | |
| name: Lint all markdown files | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out code | |
| uses: actions/checkout@v6 | |
| - name: Run lint | |
| uses: avto-dev/markdown-lint@v1.5.0 | |
| with: | |
| args: '**/*.md' | |
| config: 'ci/markdown-lint.yaml' |