Skip to content

test(bank): add bank controllers tests #250

test(bank): add bank controllers tests

test(bank): add bank controllers tests #250

Workflow file for this run

name: PHP Linting
on: pull_request
jobs:
phplint:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v1
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@1.0.0
with:
preset: laravel
verboseMode: true
testMode: true
configPath: "pint.json"