Skip to content

Merge pull request #1485 from NickSdot/patch-1 #114

Merge pull request #1485 from NickSdot/patch-1

Merge pull request #1485 from NickSdot/patch-1 #114

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