Skip to content

athombv/github-action-homey-app-validate

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published