Skip to content

formatting

formatting #4

Workflow file for this run

name: Fix Code style issues
on: [ push ]
jobs:
php-code-styling:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.0.0
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
skip_fetch: true
commit_message: Fix styling 💅