Skip to content

Merge pull request #161 from UnlockedLabs/chrissantillan-patch-1 #74

Merge pull request #161 from UnlockedLabs/chrissantillan-patch-1

Merge pull request #161 from UnlockedLabs/chrissantillan-patch-1 #74

Workflow file for this run

name: PHP Linting (Pint)
on:
workflow_dispatch:
push:
branches-ignore:
- "dependabot/npm_and_yarn/*"
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: "laravel-pint"
uses: aglipanci/[email protected]
with:
preset: laravel