Skip to content

https-github-com-1345437/action-ha-config-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HA-CONFIG-CHECK

BuyMeCoffee

Check Home Assistant Configuration

Example

workflow "Check Home Assistant Configuration" {
  on = "push"
  resolves = ["STABLE", "RC", "DEV"]
}

action "STABLE" {
  uses = "ludeeus/action-ha-config-check@master"
  env = {
    ACTION_VERSION = "STABLE"
  }
}

action "RC" {
  uses = "ludeeus/action-ha-config-check@master"
  env = {
    ACTION_VERSION = "RC"
  }
}

action "DEV" {
  uses = "ludeeus/action-ha-config-check@master"
  env = {
    ACTION_VERSION = "DEV"
    ACTION_ALLOW_FAIL = "True"
  }
}

REQUIRE GITHUB_TOKEN

ENV VARS

ENV description
ACTION_VERSION STABLE, RC or DEV.
ACTION_CONFIG_PATH Relative path to your configuration if not in the root of the repository.
ACTION_ALLOW_FAIL Set to True to allow failure.

About

Check Home Assistant Configuration

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 48.7%
  • Dockerfile 38.8%
  • HCL 12.5%