Skip to content

Codeception to laravel test migration #31

Codeception to laravel test migration

Codeception to laravel test migration #31

Workflow file for this run

name: Code style
on: pull_request
jobs:
laravel-pint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@2.0.0
with:
preset: laravel
verboseMode: true
testMode: true
configPath: "vendor/my-company/coding-style/pint.json"
pintVersion: 1.8.0