Skip to content

Commit cdb24cf

Browse files
committed
Add new PHP Style workflow using reusable workflow
1 parent 452e83d commit cdb24cf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: PHP Style
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
php-style:
8+
uses: pimcore/workflows-collection-public/.github/workflows/reusable-php-style.yaml@reusable-workflows
9+
with:
10+
head_ref: ${{ github.ref_name }}
11+
secrets:
12+
PHP_CS_FIXER_GITHUB_TOKEN: ${{ secrets.PHP_CS_FIXER_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)