mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
10 lines
169 B
YAML
10 lines
169 B
YAML
name: fix code styling
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
lint:
|
|
uses: laravel/.github/.github/workflows/coding-standards.yml@main
|
|
with:
|
|
fix: github.ref_name == 'master'
|