./devel/action-validator, Validate GitHub Action and Workflow YAML files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5.4, Package name: action-validator-0.5.4, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 42.126 KB

Version history: (Expand)


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.