Skip to content

Add lint workflow

Add lint workflow #3

Workflow file for this run

name: Validate
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
lint:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci --ignore-scripts --audit=false
- run: npm -g install homey
- run: homey app validate --level=verified