Subject: CVS commit: pkgsrc/devel/action-validator
From: Amitai Schleier
Date: 2024-01-18 20:28:24
Message id: 20240118192824.87076FA42@cvs.NetBSD.org

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.

Files:
RevisionActionfile
1.1addpkgsrc/devel/action-validator/DESCR
1.1addpkgsrc/devel/action-validator/Makefile
1.1addpkgsrc/devel/action-validator/PLIST
1.1addpkgsrc/devel/action-validator/cargo-depends.mk
1.1addpkgsrc/devel/action-validator/distinfo
1.1addpkgsrc/devel/action-validator/patches/patch-src_schemas.rs