Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTerBeke committed Aug 10, 2024
1 parent 49fd9cd commit 9a27de9
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
name: Validate Homey App

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
main:
name: Validate Homey App
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: athombv/github-action-homey-app-validate@master
- uses: actions/setup-node@v3
with:
level: verified
node-version: 18
cache: npm
- run: npm ci
- run: npm install --global --no-optional homey
- run: npm run build
- run: npm run test

0 comments on commit 9a27de9

Please sign in to comment.