Skip to content

Feature/enterprise upgrade #6

Feature/enterprise upgrade

Feature/enterprise upgrade #6

Workflow file for this run

name: Code Analysis
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: composer:v2, pint
- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-progress
- name: Check code styling (Laravel Pint)
run: pint --test