Skip to content

Commit

Permalink
ci(validate): run npm ci before validation as typescript is required
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBol committed Aug 15, 2024
1 parent 50a9dd1 commit 8e288cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/homey-app-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- uses: athombv/github-action-homey-app-validate@master
with:
level: verified
1 change: 0 additions & 1 deletion .github/workflows/homey-app-version.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Update Homey App Version

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 8e288cd

Please sign in to comment.