Skip to content

Bump mqtt from 5.15.0 to 5.15.1 #35

Bump mqtt from 5.15.0 to 5.15.1

Bump mqtt from 5.15.0 to 5.15.1 #35

Workflow file for this run

name: Validate & Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: Validate, Lint & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test
- name: Validate Homey App
run: npx --yes homey app validate --level publish