We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ce88c commit 68e8928Copy full SHA for 68e8928
1 file changed
.github/workflows/code-style.yml
@@ -7,7 +7,11 @@ on:
7
- main
8
9
jobs:
10
- php-cs-fixer:
11
- uses: FriendsOfShopware/actions/.github/workflows/php-cs-fixer.yml@main
+ cs:
+ if: github.event_name != 'schedule'
12
+ uses: shopware/github-actions/.github/workflows/cs-fixer.yml@main
13
phpstan:
- uses: FriendsOfShopware/actions/.github/workflows/phpstan.yml@main
14
+ uses: shopware/github-actions/.github/workflows/phpstan.yml@main
15
+ with:
16
+ extensionName: FroshTools
17
+ shopwareVersion: 6.5.x
0 commit comments