Skip to content
logo

Homey App — Validate

Actions
Validate an app for Homey
v1
Latest
Verified creator
Star (0)

Tags

 (1)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Homey App Validate

This GitHub Action will validate the current Homey app. If the app isn't validated successfully, the action will error.

Inputs

level

The level of the validation. Possible values are debug, publish or verified. Default is publish.

Example usage

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.

About

Validate an app for Homey
v1
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Tags

 (1)

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.