8mylez-gmbh/Shopware Code Style

Checks your own Shopware plugins with shopware-cli for code style and extension validity.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 24, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: 8mylez-gmbh/shopware-code-style@1b2ffcca1830f87e7ccb16477a968ebb6e104f9a # v1.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pluginA single plugin to check (path). Empty = every plugin of your own under plugin-path.no""
plugin-pathDirectory containing your own plugins.nocustom/static-plugins
excludeComma- or newline-separated glob patterns for plugins to skip (e.g. "Frosh*,Swag*").no""
continue-on-errortrue = only report findings, job stays green. false = findings make the job fail.notrue
shopware-cli-versionshopware-cli version to install.nolatest
check-jobsHow many checks run in parallel. Empty = number of CPU cores on the runner. Set to 1 to serialize.no""
discover-onlyOnly discover plugins (output `plugins`), run no checks. For custom workflows that want to process the plugin list themselves.nofalse
namedescription
pluginsJSON array of the discovered plugin paths.
failedtrue if at least one check produced findings.