Skip to content

Merge pull request #2903 from Roardom/fix-person-credit-error #2327

Merge pull request #2903 from Roardom/fix-person-credit-error

Merge pull request #2903 from Roardom/fix-person-credit-error #2327

Workflow file for this run

name: PHP Linting (Pint)
on: [push, pull_request]
jobs:
phplint:
runs-on: ubuntu-20.04
steps:
- name: Code Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Run Pint
uses: aglipanci/laravel-pint-action@0.1.0
with:
preset: psr12
verboseMode: true
- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: PHP Style Change (Laravel Pint CI)
commit_user_name: HDVinne
commit_user_email: hdinnovations@protonmail.com
commit_author: HDVinnie <hdinnovations@protonmail.com>