Release v1.17.10

This commit is contained in:
Ronny Grobel
2026-04-21 07:55:14 +02:00
commit 84b970b04f
258 changed files with 107458 additions and 0 deletions

24
lib/tcpdf/.github/workflows/lint-docs.yml vendored Executable file
View File

@@ -0,0 +1,24 @@
name: lint php documentation
permissions:
contents: read
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
lint-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: lint php documentation
uses: sudo-bot/action-doctum@v5
with:
config-file: scripts/doctum.php
method: "parse"
cli-args: "--output-format=github --no-ansi --no-progress -v --ignore-parse-errors"