From c3484c41d4bfeaef9c9bbcdcf44f0fee4c207bb0 Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Mon, 25 May 2020 20:29:11 +0200 Subject: [PATCH] Add Github actions --- .github/workflows/hassfest.yml | 14 ++++++++++++++ .github/workflows/validate.yml | 18 ++++++++++++++++++ README.md | 5 +++-- 3 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/hassfest.yml create mode 100644 .github/workflows/validate.yml diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml new file mode 100644 index 0000000..99ef3fa --- /dev/null +++ b/.github/workflows/hassfest.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml new file mode 100644 index 0000000..de55667 --- /dev/null +++ b/.github/workflows/validate.yml @@ -0,0 +1,18 @@ +name: Validate + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + +jobs: + validate: + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v2" + - name: HACS validation + uses: "hacs/integration/action@master" + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + CATEGORY: "integration!" \ No newline at end of file diff --git a/README.md b/README.md index 5565ec4..4de3268 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# ha-sagemcom-f-st -Integration adding support for Sagemcom F@st routers to Home Assistant +# Sagemcom F@st + +Integration adding support for Sagemcom F@st routers to Home Assistant. \ No newline at end of file