Skip to content

Merge pull request #1513 from drbyte/phpunit12 #134

Merge pull request #1513 from drbyte/phpunit12

Merge pull request #1513 from drbyte/phpunit12 #134

name: fix code styling
on:
push:
branches:
- master
- '*.x'
permissions:
contents: write
jobs:
lint:
uses: laravel/.github/.github/workflows/coding-standards.yml@main
with:
fix: ${{ github.ref_name == 'master' }}