mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
final tweaks before testing
This commit is contained in:
10
.github/workflows/fix-php-code-styling.yml
vendored
10
.github/workflows/fix-php-code-styling.yml
vendored
@@ -1,6 +1,12 @@
|
||||
name: Fix PHP Code Styling
|
||||
name: "Fix PHP Code Styling"
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**.php'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
php-code-styling:
|
||||
|
||||
Reference in New Issue
Block a user