Merge pull request #51 from tiberiushunter/update_automations #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Generate Secrets file and Fake Keys | |
run: | | |
mv secrets.sample.yaml secrets.yaml | |
touch fullchain.pem | |
touch privkey.pem | |
- uses: tiberiushunter/action-ha-config-check@master | |
with: | |
ha_version: "latest" | |
env: | |
HASS_EXTRA_ARGS: "-f -s -i" |