Path to this page:
./
devel/action-validator,
Validate GitHub Action and Workflow YAML files
Branch: CURRENT,
Version: 0.6.0,
Package name: action-validator-0.6.0,
Maintainer: pkgsrc-usersaction-validator is a standalone tool designed to "lint" the YAML files
used to define GitHub Actions and Workflows. It ensures that they are
well-formed, by checking them against published JSON schemas, and it
makes sure that any globs used in paths/paths-ignore match at least one
file in the repo.
The intended use case for action-validator is in Git pre-commit hooks
and similar situations.
Master sites:
Filesize: 42.969 KB
Version history: (Expand)
- (2024-08-04) Updated to version: action-validator-0.6.0
- (2024-01-18) Package added to pkgsrc.se, version action-validator-0.5.4 (created)
CVS history: (Expand)
2024-01-18 20:28:24 by Amitai Schleier | Files touched by this commit (6) |
Log message:
Add action-validator: Validate GitHub Action and Workflow YAML files
action-validator is a standalone tool designed to "lint" the YAML files
used to define GitHub Actions and Workflows. It ensures that they are
well-formed, by checking them against published JSON schemas, and it
makes sure that any globs used in paths/paths-ignore match at least one
file in the repo.
The intended use case for action-validator is in Git pre-commit hooks
and similar situations.
|