Initial plugin commit
This commit is contained in:
24
lib/tcpdf/.github/workflows/lint-docs.yml
vendored
Normal file
24
lib/tcpdf/.github/workflows/lint-docs.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user