Skip to content

PeterJCLaw/validate-generated-files

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

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