Skip to content

chore(deps): bump the minor-and-patch group with 2 updates #74

chore(deps): bump the minor-and-patch group with 2 updates

chore(deps): bump the minor-and-patch group with 2 updates #74

Workflow file for this run

name: Run PHPStan
on: [ push ]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Setup php
uses: shivammathur/setup-php@v2
- name: Install composer dependencies
run: composer install --no-interaction --no-ansi --no-progress --no-suggest
- name: PHPStan
run: composer phpstan