Skip to content

Update the psalm baseline #47

Update the psalm baseline

Update the psalm baseline #47

Workflow file for this run

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