Skip to content

Bump c8 from 10.1.3 to 12.0.0 #33

Bump c8 from 10.1.3 to 12.0.0

Bump c8 from 10.1.3 to 12.0.0 #33

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2025-2026 Max Trunnikov
# SPDX-License-Identifier: MIT
---
name: markdown-lint
'on':
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: markdown-lint-${{ github.ref }}
cancel-in-progress: true
jobs:
markdown-lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v24
with:
fix: true
globs: '**/*.md'
config: '.markdownlint.json'