Skip to content

Commit

Permalink
Use AthomBV GitHub action for validation (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
aivus authored Aug 13, 2024
1 parent 3977717 commit cd46f2b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/homey-validation.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: Homey validation

on: push
on:
push:
pull_request:

jobs:
publish-validation:
name: Validate Homey App
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: aivus/homey-validate-action@v1
- uses: athombv/github-action-homey-app-validate@v1
with:
level: publish

0 comments on commit cd46f2b

Please sign in to comment.