Skip to content

Commit

Permalink
Added validate app workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinvdpol committed Aug 28, 2024
1 parent bc2f60d commit 1067684
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Validate Homey App

on:
workflow_dispatch:
push:
pull_request:

jobs:
main:
runs-on: ubuntu-latest
name: Validate Homey App

steps:
- uses: actions/checkout@v4
- uses: athombv/github-action-homey-app-validate@master
with:
level: verified

0 comments on commit 1067684

Please sign in to comment.