Skip to content
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

Merge pull request #20 from SamuelMwangiW/dependabot/github_actions/s…

Merge pull request #20 from SamuelMwangiW/dependabot/github_actions/s… #95

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@v3
with:
ref: ${{ github.head_ref }}
- name: Composer Install
run: composer install
- name: Run Laravel Pint
run: ./vendor/bin/pint --test