Skip to content

Bump eps1lon/actions-label-merge-conflict from 3.0.0 to 3.0.1 (#3023) #3935

Bump eps1lon/actions-label-merge-conflict from 3.0.0 to 3.0.1 (#3023)

Bump eps1lon/actions-label-merge-conflict from 3.0.0 to 3.0.1 (#3023) #3935

Workflow file for this run

name: PHPStan
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- name: Install composer
uses: php-actions/composer@v6
- name: Run PHPStan
uses: php-actions/phpstan@v3
with:
configuration: phpstan.neon.dist
memory_limit: 256M