Skip to content

Add projects

Add projects #30

Workflow file for this run

name: PHP Linting
on: pull_request
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@2.4
with:
preset: laravel
verboseMode: true
testMode: true