Skip to content

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Mar 3, 2025

Description

GH Actions: split XML code style check off from "Validate XML"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

  • Check the docs against the schema from PHPCSDevTools.
  • Check dev tool config files.

Suggested changelog entry

N/A

jrfnl added 3 commits March 3, 2025 02:49
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
* Check the docs against the schema from PHPCSDevTools.
* Check dev tool config files.
@jrfnl jrfnl added this to the 3.12.0 milestone Mar 3, 2025
@jrfnl jrfnl merged commit 097b407 into master Mar 3, 2025
61 checks passed
@jrfnl jrfnl deleted the feature/ghactions-change-xmllint-validation branch March 3, 2025 02:56
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