Skip to content

Set Scrutinizer to PHP 8.2.29 (they do not have .30) for psalm to ins… #94

Set Scrutinizer to PHP 8.2.29 (they do not have .30) for psalm to ins…

Set Scrutinizer to PHP 8.2.29 (they do not have .30) for psalm to ins… #94

Workflow file for this run

name: Lint PHP documentation
permissions:
contents: read
on:
push:
pull_request:
jobs:
lint-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Lint PHP documentation
uses: sudo-bot/action-doctum@v5
with:
config-file: ci/doctum-config.php
method: "parse"
cli-args: "--output-format=github --no-ansi --no-progress -v --ignore-parse-errors"