Skip to content

Run Pint

Run Pint #3

Workflow file for this run

name: PHP Linting
on:
push:
branches:
- main
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@2.0.0
with:
preset: laravel
verboseMode: true
testMode: true