Skip to content

bugfix: backport fixes for CVE-2024-24989 and CVE-2024-24990. #163

bugfix: backport fixes for CVE-2024-24989 and CVE-2024-24990.

bugfix: backport fixes for CVE-2024-24989 and CVE-2024-24990. #163

Workflow file for this run

name: Linting on markdown files
on:
pull_request_target:
push:
jobs:
lint-content:
name: Lint content markdown files
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Lint markdown files
uses: avto-dev/markdown-lint@v1
with:
config: './.markdownlint.jsonc'
args: './content/**/*.md'