Skip to content

Add Laravel 13 compatibility (#74) #154

Add Laravel 13 compatibility (#74)

Add Laravel 13 compatibility (#74) #154

name: Linter
on:
push:
branches:
- main
pull_request:
jobs:
php-code-styling:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.4
tools: composer:v2
coverage: none
- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-progress
- name: Run Pint
run: vendor/bin/pint --test