Skip to content

Fixes for PHP 8.2 in tcpdf_fonts.php - fixes #632 (#633) #399

Fixes for PHP 8.2 in tcpdf_fonts.php - fixes #632 (#633)

Fixes for PHP 8.2 in tcpdf_fonts.php - fixes #632 (#633) #399

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"