Skip to content

GH Linting Improvements #1065

GH Linting Improvements

GH Linting Improvements #1065

Workflow file for this run

name: Validate JSONs
on:
workflow_dispatch:
push:
paths:
- 'custom_components/battery_notes/schema.json'
- 'custom_components/battery_notes/data/**'
- '.github/workflows/json*.yml'
pull_request:
paths:
- 'custom_components/battery_notes/schema.json'
- 'custom_components/battery_notes/data/**'
- '.github/workflows/json*.yml'
jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: custom_components/battery_notes/schema.json
INPUT_JSONS: custom_components/battery_notes/data/library.json