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.
steps:
- uses: PeterJCLaw/validate-generated-files@v1
with:
command: pip-compile
files: requirements*.txt