Skip to content

fix: prettier-php workflow #119

fix: prettier-php workflow

fix: prettier-php workflow #119

Workflow file for this run

name: PHP Linting
on:
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: overtrue/[email protected]
with:
path: .
options: --exclude="system/libs/polyfill-mbstring/bootstrap80.php"