Skip to content

deny vendor, composer.json, changelog.md etc. in nginx config sample #336

deny vendor, composer.json, changelog.md etc. in nginx config sample

deny vendor, composer.json, changelog.md etc. in nginx config sample #336

Workflow file for this run

name: PHP Linting
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: overtrue/phplint@3.4.0
with:
path: .
options: --exclude="system/libs/polyfill-mbstring/bootstrap80.php"