Skip to content

Commit 68e8928

Browse files
authored
ci: use workflows from shopware
1 parent d6ce88c commit 68e8928

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/code-style.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ on:
77
- main
88

99
jobs:
10-
php-cs-fixer:
11-
uses: FriendsOfShopware/actions/.github/workflows/php-cs-fixer.yml@main
10+
cs:
11+
if: github.event_name != 'schedule'
12+
uses: shopware/github-actions/.github/workflows/cs-fixer.yml@main
1213
phpstan:
13-
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

Comments
 (0)