Skip to content

Translated using Weblate (Slovak) #1101

Translated using Weblate (Slovak)

Translated using Weblate (Slovak) #1101

Workflow file for this run

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