fix tests and segmentation fault (infinite loop on collection map) #198
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pint | |
on: [push, pull_request] | |
jobs: | |
analyze: | |
runs-on: ubuntu-latest | |
name: Laravel Pint | |
steps: | |
- name: 🏗 Checkout code | |
uses: actions/checkout@v4 | |
- name: 🏗 Setup PHP | |
uses: shivammathur/setup-php@v2 | |
with: | |
php-version: "8.4" | |
coverage: none | |
tools: laravel/pint | |
- name: 🧪 Analyse code | |
run: pint |