Skip to content

Validate Generated Files

Actions
A GitHub Action to validate generated files stored in a repository
v1.2
Latest
Star (0)

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

Validate Generated Files is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A GitHub Action to validate generated files stored in a repository
v1.2
Latest

Validate Generated Files is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.