Skip to content

Update server listen ports to use 0.0.0.0 instead of 127.0.0.1 #6

Update server listen ports to use 0.0.0.0 instead of 127.0.0.1

Update server listen ports to use 0.0.0.0 instead of 127.0.0.1 #6

name: fix code styling
on:
push:
branches:
- master
- '*.x'
jobs:
lint:
uses: laravel/.github/.github/workflows/coding-standards.yml@main
with:
fix: ${{ github.ref_name == 'master' }}