Skip to content

icon: homebridge-actron-neo #465

icon: homebridge-actron-neo

icon: homebridge-actron-neo #465

Workflow file for this run

name: Validate JSON
on:
push:
branches: [latest]
pull_request:
branches: [latest]
jobs:
check-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cat verified-plugins.json | jq type
- run: cat plugin-icons.json | jq type