Skip to content

fix

fix #8

Workflow file for this run

name: Check & fix styling (laravel pint)
on: [ push, pull_request ]
jobs:
phplint:
name: Laravel Pint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Laravel Pint
uses: aglipanci/laravel-pint-action@latest
with:
preset: laravel
configPath: "pint.json"
pintVersion: 1.21.2
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fixing styling (Laravel Pint)
skip_fetch: true