Skip to content

workflow: use github.actor instead of hardcoded "openvoxproject" #20

workflow: use github.actor instead of hardcoded "openvoxproject"

workflow: use github.actor instead of hardcoded "openvoxproject" #20

Workflow file for this run

---
name: Markdown Lint
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: DavidAnson/markdownlint-cli2-action@v20
with:
globs: '**/*.md'