Skip to content

Add 2nd view option with fixing fillable #81

Add 2nd view option with fixing fillable

Add 2nd view option with fixing fillable #81

Workflow file for this run

name: Format (PHP)
on:
push:
branches:
- 'master'
- 'develop'
pull_request:
paths:
- '**.php'
- '*.blade.php'
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Install
run: composer install
- name: Run php-cs-fixer
run: ./vendor/bin/php-cs-fixer fix
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply php-cs-fixer changes