Skip to content

Try again

Try again #2

Workflow file for this run

name: Fix Code Style
on:
push:
jobs:
phplint:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
ref: ${{ github.head_ref }}
persist-credentials: true
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@v2
- name: Commit linted files
uses: stefanzweifel/git-auto-commit-action@v7