]> git.giorgioravera.it Git - mercedes_me_api.git/commitdiff
Create hassfest.yaml
authorGiorgio Ravera <47370115+xraver@users.noreply.github.com>
Thu, 17 Dec 2020 08:47:02 +0000 (09:47 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 17 Dec 2020 10:13:31 +0000 (11:13 +0100)
.github/workflows/hassfest.yaml [new file with mode: 0644]

diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml
new file mode 100644 (file)
index 0000000..18c7d19
--- /dev/null
@@ -0,0 +1,14 @@
+name: Validate with hassfest
+
+on:
+  push:
+  pull_request:
+  schedule:
+    - cron: "0 0 * * *"
+
+jobs:
+  validate:
+    runs-on: "ubuntu-latest"
+    steps:
+      - uses: "actions/checkout@v2"
+      - uses: home-assistant/actions/hassfest@master