Skip to content

Merge pull request #19144 from kamil-tekiela/UiProperty #6225

Merge pull request #19144 from kamil-tekiela/UiProperty

Merge pull request #19144 from kamil-tekiela/UiProperty #6225

Workflow file for this run

name: Lint php documentation
on:
push:
pull_request:
types: [opened, synchronize, reopened]
branches:
- master
- QA_**
permissions:
contents: read
jobs:
lint-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint phpdoc blocks
uses: sudo-bot/action-doctum@v5
with:
config-file: tests/doctum-config.php
method: "parse"
cli-args: "--output-format=github --no-ansi --no-progress -v --ignore-parse-errors"