Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 367 Bytes

README.md

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/[email protected]
with:
  filepath: '.env'
uses: rubenesp87/[email protected]
with:
  filepath: 'packages/.env.app'