mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
17 lines
252 B
YAML
17 lines
252 B
YAML
name: fix code styling
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
- '*.x'
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
jobs:
|
|
lint:
|
|
uses: laravel/.github/.github/workflows/coding-standards.yml@main
|
|
with:
|
|
fix: ${{ github.ref_name == 'master' }}
|