We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452e83d commit cdb24cfCopy full SHA for cdb24cf
.github/workflows/new-php-style.yml
@@ -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