diff --git a/.github/workflows/BackendTest.yml b/.github/workflows/BackendTest.yml index 9370a863fe..ca4bd92ab3 100644 --- a/.github/workflows/BackendTest.yml +++ b/.github/workflows/BackendTest.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Get the repository content" - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Enable version ${{ matrix.python-version }} of Python uses: actions/setup-python@v1 @@ -67,4 +67,14 @@ jobs: hass --script check_config --config . - name: Run pytest - run: python -m pytest \ No newline at end of file + run: python -m pytest + + validate: + runs-on: ubuntu-latest + name: Validate + steps: + - name: Check out repository + uses: actions/checkout@v2 + + - name: Hassfest validation + uses: "home-assistant/actions/hassfest@master" \ No newline at end of file diff --git a/.github/workflows/CronActions.yml b/.github/workflows/CronActions.yml index 90f4236ed3..6c7ceb1936 100644 --- a/.github/workflows/CronActions.yml +++ b/.github/workflows/CronActions.yml @@ -24,3 +24,13 @@ jobs: - name: Create issue sugesting a new release run: python3 /home/runner/work/integration/integration/manage/generate_releasenotes.py --token ${{ secrets.GITHUB_TOKEN }} --release no + + validate: + runs-on: ubuntu-latest + name: Validate + steps: + - name: Check out repository + uses: actions/checkout@v2 + + - name: Hassfest validation + uses: "home-assistant/actions/hassfest@master" \ No newline at end of file diff --git a/custom_components/hacs/manifest.json b/custom_components/hacs/manifest.json index a8f66a912d..1b9bb18176 100644 --- a/custom_components/hacs/manifest.json +++ b/custom_components/hacs/manifest.json @@ -11,7 +11,6 @@ ], "documentation": "https://hacs.xyz/docs/configuration/start", "domain": "hacs", - "issues": "https://hacs.xyz/docs/issues", "name": "HACS (Home Assistant Community Store)", "requirements": [ "aiofiles==0.5.0",