Skip to content

chore(deps): update webdevops/azure-resourcegraph-exporter docker tag to v25 #195

chore(deps): update webdevops/azure-resourcegraph-exporter docker tag to v25

chore(deps): update webdevops/azure-resourcegraph-exporter docker tag to v25 #195

Workflow file for this run

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'