Path to this page:
Next | Query returned 2 messages, browsing 1 to 10 | previous
CVS Commit History:
2024-08-04 19:43:17 by pin | Files touched by this commit (3) | |
Log message:
devel/action-validator: update to 0.6.0
action-validator will now fail if a negative glob doesn't match any file paths \
in the repository.
Thanks to Kurtis Rainbolt-Greene (@krainboltgreene) for the initial implementation.
|
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.
|
Next | Query returned 2 messages, browsing 1 to 10 | previous