-
Notifications
You must be signed in to change notification settings - Fork 1
Add actionlint to CI #136
Copy link
Copy link
Open
Labels
github_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions code
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
github_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions code
Lint the workflow files in the per-PR pipeline with actionlint. A workflow-syntax linter would have caught at least one real past defect (a duplicated
ifcondition inrelease.yml).Small, standalone chore: one job (or a step in the existing lint leg) running actionlint over
.github/workflows/.