Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/skykettle-ha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-01-25 20:12:14 +0300
committerGitHub <noreply@github.com>2022-01-25 20:12:14 +0300
commit04e3513b233cd097a865aa8b68260e0be306d2ab (patch)
tree2f89b4f297fcb4d24c2200f6a2c84f8c15eea440 /.github
parent1429fb6e60f21c65c7868e96cecf629d26681478 (diff)
Create hassfest.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/hassfest.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml
new file mode 100644
index 0000000..1a26556
--- /dev/null
+++ b/.github/workflows/hassfest.yml
@@ -0,0 +1,13 @@
+name: Validate with hassfest
+
+on:
+ push:
+ pull_request:
+ workflow_dispatch:
+
+jobs:
+ validate:
+ runs-on: "ubuntu-latest"
+ steps:
+ - uses: "actions/checkout@v2"
+ - uses: "home-assistant/actions/hassfest@master"