Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] MageCheck Extension Validation Workflow #2

Open
14 tasks
damienwebdev opened this issue Oct 22, 2022 · 0 comments
Open
14 tasks

[FEAT] MageCheck Extension Validation Workflow #2

damienwebdev opened this issue Oct 22, 2022 · 0 comments
Assignees

Comments

@damienwebdev
Copy link
Member

damienwebdev commented Oct 22, 2022

💡 Feature request

Feature Name

MageCheck (Extension)

The Desired Behavior

The Github Actions should expose the same features that are available on the marketplace (for an extension) to the Github Community.

I would like a workflow that does the following:

across the following constraints

The API for usage of this workflow should look something like below and should be as simple as possible to use. We can always support more complex configuration, for the new dev looking to get started out of the box, this action needs to be a good first step.

Each of these individual features can be implemented as a individual feature that people can use to make their own workflows, as well.

name: MageCheck (extension)

on:
  push:
    branches:
    - main
  pull_request:
    branches:
    - main

jobs:
  magecheck:
    uses: graycoreio/github-actions-magento2/.github/workflows/magecheck.yaml@main
    secrets:
      composer_auth: ${{ secrets.COMPOSER_AUTH }}

Your Use Case

As a developer, I want to publish provably high-quality extensions onto Github.

Prior Work

https://developer.adobe.com/commerce/marketplace/guides/sellers/technical-review-guidelines/#extension-validation-and-qa

cc: @vbuck @DavidLambauer @peterjaap @Vinai

@damienwebdev damienwebdev self-assigned this Oct 22, 2022
@damienwebdev damienwebdev changed the title [FEAT] Magento 2 Marketplace Validation API Parity [FEAT] MageCheck Extension Validation Workflow Oct 22, 2022
@damienwebdev damienwebdev transferred this issue from graycoreio/github-actions-magento2 Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant