Skip to content

Bump certifi from 2024.8.30 to 2024.12.14 (#373) #86

Bump certifi from 2024.8.30 to 2024.12.14 (#373)

Bump certifi from 2024.8.30 to 2024.12.14 (#373) #86

Workflow file for this run

name: "Lint Markdown"
on:
pull_request:
push:
branches: [ master ]
jobs:
lint_project:
name: "Lint Markdown"
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v18
with:
config: ".markdownlint.jsonc"
globs: |
"README.md"
"docs/**/*.md"
"#docs/javadoc/**/*.md"