Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Release 1.3.1

Release 1.3.1 #13

Workflow file for this run

name: Linter
on:
pull_request:
paths:
- '**.php'
jobs:
pint:
name: pint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Pint
uses: aglipanci/[email protected]
with:
preset: laravel