1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 00:20:08 +01:00
Files
laravel-valet/.github/workflows/coding-standards.yml
2025-02-12 09:37:40 +08:00

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