File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,10 @@ jobs:
1414 - name : Checkout
1515 uses : actions/checkout@v4
1616
17- - name : Pull verifier
18- run : docker pull ghcr.io/shopwarelabs/extension-verifier:latest
19-
2017 - name : Run CS
21- run : docker run --rm -e GITHUB_STEP_SUMMARY -e GITHUB_ACTIONS -v $GITHUB_STEP_SUMMARY:$GITHUB_STEP_SUMMARY -v $(pwd):/ext ghcr.io/shopwarelabs/extension-verifier:latest format /ext --dry-run
18+ uses : shopware/github-actions/extension-verifier@main
19+ with :
20+ action : format
2221
2322 check :
2423 runs-on : ubuntu-24.04
2928 steps :
3029 - name : Checkout
3130 uses : actions/checkout@v4
32-
33- - name : Pull verifier
34- run : docker pull ghcr.io/shopwarelabs/extension-verifier:latest
35-
31+
3632 - name : Run Check
37- run : docker run --rm -e GITHUB_STEP_SUMMARY -e GITHUB_ACTIONS -v $GITHUB_STEP_SUMMARY:$GITHUB_STEP_SUMMARY -v $(pwd):/ext ghcr.io/shopwarelabs/extension-verifier:latest check /ext --check-against ${{ matrix.version-selection }}
33+ uses : shopware/github-actions/extension-verifier@main
34+ with :
35+ action : check
36+ check-against : ${{ matrix.version-selection }}
You can’t perform that action at this time.
0 commit comments