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

Bump ramsey/composer-install from 2 to 3 #107

Bump ramsey/composer-install from 2 to 3

Bump ramsey/composer-install from 2 to 3 #107

Workflow file for this run

name: Check & fix styling
on: [push]
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Composer Install
run: composer install
- name: Run Laravel Pint
run: ./vendor/bin/pint --test