Skip to content

Merge pull request #795 from tecnickcom/20250330_prs #556

Merge pull request #795 from tecnickcom/20250330_prs

Merge pull request #795 from tecnickcom/20250330_prs #556

Workflow file for this run

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@v4
- 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"