Skip to content

Merge pull request #91 from OpenVoxProject/markdownlint #5

Merge pull request #91 from OpenVoxProject/markdownlint

Merge pull request #91 from OpenVoxProject/markdownlint #5

Workflow file for this run

---
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
name: Markdown Lint
on:
pull_request: {}
push:
branches:
- master
workflow_dispatch: {}
permissions:
contents: read
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DavidAnson/markdownlint-cli2-action@v22
with:
globs: '**/*.{md,markdown}'
continue-on-error: true # Allow this job to fail for now