8mylez-gmbh/Shopware Code Style
Checks your own Shopware plugins with shopware-cli for code style and extension validity.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 24, 2026
- License
- MIT
Pinned Snippet
uses: 8mylez-gmbh/shopware-code-style@1b2ffcca1830f87e7ccb16477a968ebb6e104f9a # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| plugin | A single plugin to check (path). Empty = every plugin of your own under plugin-path. | no | "" |
| plugin-path | Directory containing your own plugins. | no | custom/static-plugins |
| exclude | Comma- or newline-separated glob patterns for plugins to skip (e.g. "Frosh*,Swag*"). | no | "" |
| continue-on-error | true = only report findings, job stays green. false = findings make the job fail. | no | true |
| shopware-cli-version | shopware-cli version to install. | no | latest |
| check-jobs | How many checks run in parallel. Empty = number of CPU cores on the runner. Set to 1 to serialize. | no | "" |
| discover-only | Only discover plugins (output `plugins`), run no checks. For custom workflows that want to process the plugin list themselves. | no | false |
Outputs
| name | description |
|---|---|
| plugins | JSON array of the discovered plugin paths. |
| failed | true if at least one check produced findings. |