Skip to content

Bump phpstan/phpstan from 1.12.3 to 1.12.4 #633

Bump phpstan/phpstan from 1.12.3 to 1.12.4

Bump phpstan/phpstan from 1.12.3 to 1.12.4 #633

Workflow file for this run

name: Documentation
on: [ push, pull_request ]
jobs:
tests:
name: Build Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test if the documentation will render without warning
run: |
mkdir -p Documentation-GENERATED-temp \
&& docker run --rm --pull always -v $(pwd):/project \
ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log