Skip to content

Adding graph to 2024 results #26

Adding graph to 2024 results

Adding graph to 2024 results #26

Workflow file for this run

name: Documentation CI
on:
push:
branches: [ master ]
paths:
- '.github/workflows/doc.yml'
- 'ci/doc/.markdownlint.json'
- 'README.md'
jobs:
analyze:
name: Documentation Analysis
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DavidAnson/markdownlint-cli2-action@v16.0.0
with:
config: 'ci/doc/.markdownlint.json'
globs: 'README.md'
separator: ','