1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 21:54:03 +00:00

Try adding Doctum GH action

This commit is contained in:
lukinovec 2023-04-14 14:05:03 +02:00
parent ac9f338632
commit 2562e3f248

View file

@ -120,3 +120,17 @@ jobs:
run: composer install run: composer install
- name: Run phpstan - name: Run phpstan
run: vendor/bin/phpstan analyse --xdebug run: vendor/bin/phpstan analyse --xdebug
doctum:
name: Generate API docs (Doctum)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build doctum docs
uses: sudo-bot/action-doctum@latest
with:
config-file: doctum.php
# parse, render or update
method: "update"
# (optional) defaults to '--output-format=github --no-ansi --no-progress -v'
cli-args: "--output-format=github --force --ignore-parse-errors --no-ansi --no-progress -v"