Skip to content

fix: residence guild show #230

fix: residence guild show

fix: residence guild show #230

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/phplint@3.4.0
with:
path: .
options: --exclude="system/libs/polyfill-mbstring/bootstrap80.php"