Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peterjclaw/validate-generated-files

Action to validate generated files stored in a repository are up to date with regard to their inputs.
https://github.com/peterjclaw/validate-generated-files

actions compiled dependencies deterministic-build generation reproducible-builds

Last synced: about 1 month ago
JSON representation

Action to validate generated files stored in a repository are up to date with regard to their inputs.

Awesome Lists containing this project

README

        

# validate-generated-files

A GitHub Action to validate generated files stored in a repository are up to
date with regard to their inputs.

This is typically useful in contexts where, for one reason or another, generated
files are stored in a version control repository alongside their inputs.

This Action is implemented in Python 3, which must be available within the
runner environment.

## Usage

```yaml
steps:
- uses: PeterJCLaw/validate-generated-files@v1
with:
command: pip-compile
files: requirements*.txt
```