Skip to content

Update README.md

Update README.md #9

Workflow file for this run

name: PHP Linting
on: [push]
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: "laravel-pint"
uses: aglipanci/[email protected]
with:
verboseMode: true
testMode: true
configPath: "pint.json"
onlyDirty: true
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix styling