Skip to content

Test pint workflow

Test pint workflow #1

Workflow file for this run

name: Fix PHP Styling
on:
push:
jobs:
lint-code-styling:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Fix styling issues
uses: aglipanci/laravel-pint-action@v2
with:
testMode: true
verboseMode: true
pintVersion: 1.22.1
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling