Skip to content

Fix styling changes #32

Fix styling changes

Fix styling changes #32

Workflow file for this run

name: analyse
on: ['push', 'pull_request']
jobs:
analyse:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: none
- name: Install dependencies
run: |
composer require "laravel/framework:10.*" "orchestra/testbench:8.*" --no-interaction --no-update
composer update --prefer-stable --prefer-dist --no-interaction
- name: Analyse
run: composer analyse