Skip to content

README: tone down the warning about tc-lib-pdf (#589) #396

README: tone down the warning about tc-lib-pdf (#589)

README: tone down the warning about tc-lib-pdf (#589) #396

Workflow file for this run

name: lint php documentation
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
lint-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: lint php documentation
uses: sudo-bot/action-doctum@dev
with:
config-file: scripts/doctum.php
method: "parse"
cli-args: "--output-format=github --no-ansi --no-progress -v --ignore-parse-errors"