Skip to content

link to "getting started" in activation email (#398) #318

link to "getting started" in activation email (#398)

link to "getting started" in activation email (#398) #318

Workflow file for this run

name: phpstan
on:
pull_request:
push:
branches: [main]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
tools: composer
- run: composer install --dev
- run: ./vendor/bin/phpstan analyse -c phpstan.neon