Skip to content

Bump the dependabot group in /website with 2 updates #264

Bump the dependabot group in /website with 2 updates

Bump the dependabot group in /website with 2 updates #264

Workflow file for this run

name: markdownlint
on:
push:
paths:
- '**/*.md'
- '.markdownlint.json'
pull_request:
types: [opened, synchronize, reopened]
merge_group:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v19
with:
config: .markdownlint.json
globs: |
*.md
**/*.md