Skip to content

add: checkout client #19

add: checkout client

add: checkout client #19

Workflow file for this run

name: Laravel Pint
on: [push, pull_request]
jobs:
phplint:
strategy:
matrix:
operating-system:
- ubuntu-22.04
php-version:
- '8.3'
name: php ${{ matrix.php-version }} on ${{ matrix.operating-system }}
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Pint
uses: aglipanci/[email protected]
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: [email protected]
commit_author: HDVinnie <[email protected]>