Add baseline GitHub Actions checks#7
Open
jdevalk wants to merge 3 commits into
Open
Conversation
- shivammathur/setup-php@v2 doesn't recognise 'php-parallel-lint' as a tool name; the canonical name is 'parallel-lint'. This was causing all PHP lint matrix jobs to fail with 'parallel-lint: command not found'. - 10up/wpcs-action requires a composer.json to exist in the repository root (it runs 'composer config' unconditionally). Added a minimal composer.json declaring plugin metadata and PHP requirement.
Contributor
|
We should do here what ever is decided in ProgressPlanner/markdown-alternate#34 (comment) |
Switch the Playground preview to `mode: comment` so the button is added as its own PR comment (matching the team convention used in progress-planner) instead of editing the PR description. Because the workflow no longer edits the description, the `edited` trigger that could re-fire the workflow is no longer needed, so remove it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
Author
|
Applied the same decision as markdown-alternate#34 here in b8316e5: switched the Playground workflow to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
This plugin had no CI yet. These workflows add low-maintenance quality checks and an easy way to preview PRs.