chore(ci): rename quality.yml → code-quality.yml (canonical name)#1388
Merged
Conversation
…ame) Per CONVENTIONS.md (ConductionNL/.github#35). The previous filename collided with the central reusable workflow's name (also quality.yml in .github/workflows/), which was a recurring source of confusion when searching across repos. Pure file rename; the workflow's 'name:' field is unchanged so branch-protection required-status-check identity is preserved.
rubenvdlinde
added a commit
that referenced
this pull request
May 1, 2026
) Updates 8 active-spec references from `.github/workflows/quality.yml` to `.github/workflows/code-quality.yml` per the canonical filename established by ConductionNL/.github CONVENTIONS.md (#35). Files touched (live specs only — archived spec copies under openspec/changes/archive/ are intentionally NOT modified to preserve historical accuracy): - openspec/specs/mariadb-ci-matrix/spec.md (5 refs) - openspec/changes/api-test-coverage/specs/api-test-coverage/spec.md (3 refs) The requirement title at line 95 ("Matrix Strategy Configuration in quality.yml") is intentionally preserved — that string is the requirement's addressable identity and renaming it would break any cross-references. Co-authored-by: convention-cleanup <ops@conduction.nl>
Contributor
Quality Report — ConductionNL/openregister @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| composer | ✅ | ✅ 147/147 | |||
| npm | ✅ | ✅ 598/598 | |||
| PHPUnit | ❌ | ||||
| Newman | ❌ | ||||
| Playwright | ⏭️ |
Quality workflow — 2026-05-01 18:23 UTC
Download the full PDF report from the workflow artifacts.
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.
Per CONVENTIONS.md (ConductionNL/.github#35). Filename collided with the central reusable workflow's filename. Pure rename; workflow 'name:' field preserved.