Files
tarr/.gitea/workflows/markdown-linters.yaml
T
CSRBot 2fadbda6f9
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 1m35s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 2m44s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 1m50s
Lint Markdown files / Run markdown linter (pull_request) Failing after 11m25s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 11m30s
chore(deps): update actions
2026-06-03 22:16:36 +00:00

20 lines
402 B
YAML

name: "Lint Markdown files"
on:
pull_request:
types: [ "opened", "reopened", "synchronize" ]
push:
branches: [ '*' ]
tags-ignore: [ '*' ]
workflow_dispatch: {}
jobs:
markdown-lint:
name: "Run markdown linter"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.3
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0
with:
globs: '**/*.md'