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

GH Actions: use the xmllint-validate action runner and enhance checks #328

Merged
merged 3 commits into from
Mar 3, 2025

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Mar 3, 2025

GH Actions: split XML code style check off from "Basic QA"check

The intention is for there to be a dedicated action runner available at some point for XML code style checking, so let's move this to a separate job.

Also see: PHPCSStandards/PHPCSDevTools#145

GH Actions: use the xmllint-validate action runner

Instead of doing all the installation steps for xmllint validation in the workflow, use the ✨ new dedicated phpcsstandards/xmllint-validate action runner instead.

Ref: https://github.com/marketplace/actions/xmllint-validate

GH Actions: add some additional XML validation checks

... for dev tool files.

jrfnl added 3 commits March 3, 2025 02:19
The intention is for there to be a dedicated action runner available at some point for XML code style checking, so let's move this to a separate job.

Also see: PHPCSStandards/PHPCSDevTools#145
Instead of doing all the installation steps for xmllint validation in the workflow, use the ✨ new dedicated `phpcsstandards/xmllint-validate` action runner instead.

Ref: https://github.com/marketplace/actions/xmllint-validate
@jrfnl jrfnl added this to the 1.2.x Next milestone Mar 3, 2025
@jrfnl jrfnl merged commit cf28c84 into develop Mar 3, 2025
47 checks passed
@jrfnl jrfnl deleted the feature/ghactions-change-xmllint-validation branch March 3, 2025 01:39
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.

1 participant