1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00
Files
laravel-valet/.github/workflows/coding-standards.yml
2024-01-25 14:47:23 +01:00

14 lines
220 B
YAML

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