Skip to content

Bump phpstan/phpstan from 2.1.50 to 2.1.51 #28

Bump phpstan/phpstan from 2.1.50 to 2.1.51

Bump phpstan/phpstan from 2.1.50 to 2.1.51 #28

Workflow file for this run

name: REUSE
on:
push:
branches: [ "main" ]
pull_request:
jobs:
reuse-check:
name: Compliance Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- run: pip install reuse
- run: reuse lint