Homey App — Validate
ActionsTags
(1)Verified
This GitHub Action will validate the current Homey app. If the app isn't validated successfully, the action will error.
The level of the validation. Possible values are debug
, publish
or verified
. Default is publish
.
name: Validate Homey App
on:
workflow_dispatch:
push:
pull_request:
jobs:
main:
name: Validate Homey App
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: athombv/github-action-homey-app-validate@master
with:
level: verified
Homey App — Validate is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.