Skip to content

Set the IP when null to fix usage with trusted proxies #45

Set the IP when null to fix usage with trusted proxies

Set the IP when null to fix usage with trusted proxies #45

Workflow file for this run

name: Lint PHP code style issues
on:
pull_request:
paths:
- '**.php'
jobs:
lint-php-code-styling:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Check PHP code style issues
uses: aglipanci/[email protected]
with:
testMode: true
verboseMode: true