Skip to content

Fix #215 predict email #263

Fix #215 predict email

Fix #215 predict email #263

Workflow file for this run

name: PHP Linting
on: pull_request
jobs:
phplint:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v1
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@1.0.0
with:
preset: laravel
verboseMode: true
testMode: true
configPath: "pint.json"