Skip to content

Update loopback IP address to use 127.0.0.1 instead of 0.0.0.0 #12

Update loopback IP address to use 127.0.0.1 instead of 0.0.0.0

Update loopback IP address to use 127.0.0.1 instead of 0.0.0.0 #12

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' }}