Skip to content

Merge pull request #1504 from mitchkramez/bugfix-loopback-regex-fix #128

Merge pull request #1504 from mitchkramez/bugfix-loopback-regex-fix

Merge pull request #1504 from mitchkramez/bugfix-loopback-regex-fix #128

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