Skip to content

Bump follow-redirects from 1.15.5 to 1.15.6 #25

Bump follow-redirects from 1.15.5 to 1.15.6

Bump follow-redirects from 1.15.5 to 1.15.6 #25

name: Fix coding styles using Laravel Pint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- name: checkout the code base
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: laravel pint
uses: aglipanci/[email protected]
with:
preset: laravel
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: PHP Linting (Pint)