Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Bump laravel/framework from 10.48.4 to 10.48.10 #1754

Bump laravel/framework from 10.48.4 to 10.48.10

Bump laravel/framework from 10.48.4 to 10.48.10 #1754

Workflow file for this run

name: php-cs-fixer
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP 8.3
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
- name: Install Composer Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Run checks of code style
run: composer cs-check