Skip to content

Merge pull request #479 from ruud-sibi/3.x #121

Merge pull request #479 from ruud-sibi/3.x

Merge pull request #479 from ruud-sibi/3.x #121

Workflow file for this run

name: "Fix PHP code styling"
on:
workflow_dispatch:
push:
branches:
- 3.x
paths:
- '**.php'
permissions:
contents: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@v2
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Format Code"
commit_user_name: 'GitHub Actions'