Skip to content

Add workflow to detect commands missing in readme#213

Merged
swissspidy merged 6 commits intomainfrom
add/command-check-workflow
Mar 4, 2026
Merged

Add workflow to detect commands missing in readme#213
swissspidy merged 6 commits intomainfrom
add/command-check-workflow

Conversation

@swissspidy
Copy link
Member

Sometimes we forget to add commands to composer.json so they won't get picked up by the readme generation.

This new job aims to fix this.

Copilot AI review requested due to automatic review settings March 3, 2026 11:41
@swissspidy swissspidy requested a review from a team as a code owner March 3, 2026 11:41
@gemini-code-assist
Copy link

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@github-actions
Copy link

github-actions bot commented Mar 3, 2026

Hello! 👋

Thanks for opening this pull request! Please check out our contributing guidelines. We appreciate you taking the initiative to contribute to this project.

Contributing isn't limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.

Here are some useful Composer commands to get you started:

  • composer install: Install dependencies.
  • composer test: Run the full test suite.
  • composer phpcs: Check for code style violations.
  • composer phpcbf: Automatically fix code style violations.
  • composer phpunit: Run unit tests.
  • composer behat: Run behavior-driven tests.

To run a single Behat test, you can use the following command:

# Run all tests in a single file
composer behat features/some-feature.feature

# Run only a specific scenario (where 123 is the line number of the "Scenario:" title)
composer behat features/some-feature.feature:123

You can find a list of all available Behat steps in our handbook.

@swissspidy swissspidy changed the title Add/command check workflow Add workflow to detect commands missing in readme Mar 3, 2026

This comment was marked as resolved.

swissspidy and others added 2 commits March 3, 2026 12:48
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

This comment was marked as resolved.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

This comment was marked as resolved.

…ands fail to load (#216)

Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
@swissspidy swissspidy merged commit 8e439f1 into main Mar 4, 2026
11 checks passed
@swissspidy swissspidy deleted the add/command-check-workflow branch March 4, 2026 09:42
swissspidy added a commit that referenced this pull request Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants