This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Merge pull request #20 from SamuelMwangiW/dependabot/github_actions/s… #95
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@v3 | |
with: | |
ref: ${{ github.head_ref }} | |
- name: Composer Install | |
run: composer install | |
- name: Run Laravel Pint | |
run: ./vendor/bin/pint --test |