Skip to content

feat(cache): adds caching capabilities for results #6

feat(cache): adds caching capabilities for results

feat(cache): adds caching capabilities for results #6

Workflow file for this run

name: PHP Linting
on:
push:
branches:
- main
pull_request:
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@latest
with:
preset: laravel
verboseMode: true
testMode: true
configPath: "pint.json"
pintVersion: 1.18
onlyDirty: true