Skip to content

Merge pull request #8 from aporat/analysis-MPvEyj #20

Merge pull request #8 from aporat/analysis-MPvEyj

Merge pull request #8 from aporat/analysis-MPvEyj #20

Workflow file for this run

name: Linter
on:
push:
release:
types:
- published
pull_request:
paths:
- '**.php'
jobs:
pint:
name: pint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
- name: Install dependencies
run: composer install
- name: Run Pint
uses: aglipanci/[email protected]
with:
preset: laravel