Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 537 Bytes

File metadata and controls

20 lines (15 loc) · 537 Bytes

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