Skip to content

Merge pull request #227 from OzanKurt/patch-1 #52

Merge pull request #227 from OzanKurt/patch-1

Merge pull request #227 from OzanKurt/patch-1 #52

Workflow file for this run

name: PHP Linting
on:
pull_request:
push:
branches:
- master
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "laravel-pint"
uses: aglipanci/[email protected]
with:
preset: laravel
verboseMode: true
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "fix: pint"