This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Upgrade to Saloon v2 (#18) #103
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |