Skip to content

Move the documentation to bref.sh #205

Move the documentation to bref.sh

Move the documentation to bref.sh #205

Workflow file for this run

name: PHPStan
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Composer
run: composer install --prefer-dist --no-progress --no-suggest
- name: PHPStan
run: vendor/bin/phpstan analyse