Skip to content

🐏🐏🐏 We've tried to study him, of course, but he's much to… #1

🐏🐏🐏 We've tried to study him, of course, but he's much to…

🐏🐏🐏 We've tried to study him, of course, but he's much to… #1

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions: {}
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
coverage: none
- uses: ramsey/composer-install@v3
- run: vendor/bin/phpstan analyse
box:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
coverage: none
tools: box:4
- run: box validate