Skip to content

Proposal for a fix of #580. #984

Proposal for a fix of #580.

Proposal for a fix of #580. #984

Workflow file for this run

name: lint php documentation
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: lint php documentation
uses: sudo-bot/action-doctum@v5
with:
config-file: tools/doctum-config.php
method: "parse"
cli-args: "--output-format=github --no-ansi --no-progress -v --ignore-parse-errors"