From: Giorgio Ravera <47370115+xraver@users.noreply.github.com> Date: Thu, 17 Dec 2020 08:47:02 +0000 (+0100) Subject: Create hassfest.yaml X-Git-Tag: v0.7~3 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=40d968edfb0f90dd54729abe6dd8f8a427cdeed7;p=mercedes_me_api.git Create hassfest.yaml --- diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml new file mode 100644 index 0000000..18c7d19 --- /dev/null +++ b/.github/workflows/hassfest.yaml @@ -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