Skip to content
check-square

GitHub Action

Environment variable validator

0.1.0 Latest version

Environment variable validator

check-square

Environment variable validator

Environment variable validator

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Environment variable validator

uses: rubenesp87/[email protected]

Learn more about this action in rubenesp87/env-var-validator-action

Choose a version

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'