ci: add actionlint workflow gate - #54
Merged
Merged
Conversation
Serph91P
marked this pull request as draft
July 19, 2026 13:56
Serph91P
force-pushed
the
ci/actionlint-workflow-gate
branch
from
July 19, 2026 14:02
422f954 to
3bf6138
Compare
Serph91P
force-pushed
the
ci/actionlint-workflow-gate
branch
from
July 19, 2026 19:34
3bf6138 to
21206cf
Compare
Serph91P
commented
Jul 27, 2026
Serph91P
left a comment
Owner
Author
There was a problem hiding this comment.
Independent final review completed at exact head 21206cf6405bf68353c0f09f704db0aad4598018.
Checks performed:
- Reviewed the one-file diff against the recorded
origin/developbase76e3c9327b57b1dfd9c063c76457fd54778260e5. - Ran actionlint 1.7.12 across all five workflow files with no findings.
- Parsed all five workflows with PyYAML and validated the repository workflow policy with no errors.
- Ran
tests.test_workflow_validation: 103 tests passed. - Confirmed immutable action pins, read-only permissions, develop/main path filters, explicit actionlint 1.7.12, clean diff checks, and no U+2013 or U+2014.
- Confirmed all nine GitHub checks pass at this exact head, including Workflow Lint.
No blocking findings. This head is accepted for merge into develop.
Serph91P
marked this pull request as ready for review
July 27, 2026 11:48
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
Adds an actionlint workflow gate to all
.github/workflows/files in this repository.Verification
The workflow runs on:
It uses actionlint 1.7.12 to lint all workflow files and fails the PR if errors are found.
Links