Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 424 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 424 Bytes

HomeAssistant Config check as a GitHub Action

Example

steps:
  - uses: actions/[email protected]
  - uses: sinclairpaul/[email protected]
    with:
      secretsfile: xxxxx.yaml

Runs the check_config command against the checked out files. Currently only runs against the /latest docker container. secretsfile should be the name of your fake secrets.yaml, please never check in your real secrets.yaml!