WordPress / action-wp-playground-pr-preview

MIT License
5 stars 1 forks source link

Add theme check and get repo from context #24

Closed vcanales closed 2 months ago

vcanales commented 2 months ago

Adding this step will enable the theme check plugin in the Playground instance, enabling us to check whether the theme is fit to be published in the WordPress.org theme directory.

I'm also fixing an oversight where the repo where this could run was hardcoded.

vcanales commented 2 months ago

We'll need to update any existing integrations by adding the repo to any createBlueprint calls, right?

They are taken from the context here, so it's not necessary to alter the current integrations.

mikachan commented 2 months ago

They are taken from the context here, so it's not necessary to alter the current integrations.

Ah I see, nice!