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

Upgrade to Saloon v2 (#18) #103

Upgrade to Saloon v2 (#18)

Upgrade to Saloon v2 (#18) #103

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