Skip to content

Update broken link to problem package format #2504

Update broken link to problem package format

Update broken link to problem package format #2504

Workflow file for this run

name: Run PHPStan
on:
push:
branches:
- main
- '[0-9]+.[0-9]+'
pull_request:
branches:
- main
- '[0-9]+.[0-9]+'
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install DOMjudge
run: .github/jobs/baseinstall.sh admin
- uses: php-actions/[email protected]
with:
configuration: phpstan.dist.neon
path: webapp/src webapp/tests
php_extensions: gd intl mysqli pcntl zip
version: composer