Skip to content

Bump the npm_and_yarn group across 1 directory with 2 updates #27

Bump the npm_and_yarn group across 1 directory with 2 updates

Bump the npm_and_yarn group across 1 directory with 2 updates #27

Workflow file for this run

name: PHPStan
on:
push:
branches:
- develop
- trunk
pull_request:
branches:
- develop
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
coverage: none
tools: composer:v2
- name: Install dependencies
run: composer install
- name: PHPStan
run: composer phpstan