Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 367 Bytes

File metadata and controls

22 lines (16 loc) · 367 Bytes

Environment variable validator

Check that an environment variable file not contains empty values

Inputs

filepath

Required Path to a env var file.

Example usage

uses: rubenesp87/env-var-validator-action@0.1.0
with:
  filepath: '.env'
uses: rubenesp87/env-var-validator-action@0.1.0
with:
  filepath: 'packages/.env.app'