Skip to content

Fix PasswordHistory rule blocking first-time registration #105

Fix PasswordHistory rule blocking first-time registration

Fix PasswordHistory rule blocking first-time registration #105

name: Static Analysis
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
static-analysis:
runs-on: ubuntu-latest
name: PHPStan
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
coverage: none
- name: Install dependencies
run: composer install --prefer-dist --no-interaction
- name: Run PHPStan
run: vendor/bin/phpstan analyse