Skip to content

Update workflow and enhance README badges and info #10

Update workflow and enhance README badges and info

Update workflow and enhance README badges and info #10

name: Fix PHP code style issues
on:
push:
branches: [main, master]
permissions:
contents: write
jobs:
php-code-styling:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
ref: ${{ github.head_ref }}
- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.6
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: "chore: fix code style"