Skip to content

Commit 0048647

Browse files
committed
ci(analyze): run extension verifier in CI
1 parent f543f4f commit 0048647

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

.github/workflows/analyze.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,19 @@ jobs:
2525

2626
- name: 🪮 Check code style
2727
run: composer style-check
28+
29+
verify:
30+
runs-on: ubuntu-latest
31+
strategy:
32+
fail-fast: false
33+
matrix:
34+
version-selection: [ 'highest', 'lowest' ]
35+
steps:
36+
- name: ⬇️ Checkout Repository
37+
uses: actions/checkout@v4
38+
39+
- name: 🪮 Check extension
40+
uses: shopware/github-actions/extension-verifier@main
41+
with:
42+
action: check
43+
check-against: ${{ matrix.version-selection }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.php-cs-fixer.cache
22
vendor
33
composer.lock
4+
phpstan.neon
File renamed without changes.

0 commit comments

Comments
 (0)