Skip to content

Wip configuration BLE Victron #31

Wip configuration BLE Victron

Wip configuration BLE Victron #31

Workflow file for this run

name: Test
# Trugger
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
validate:
name: Validate devices' configuration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install ESPHome
run: pip3 install esphome
- name: Check ESPHome version
run: esphome version
- name: Test configuration
run: ./script/test.ps1