Skip to content

Support for Shelly Gen3: 1, 1PM, 2PM, I4, PlugS #509

Support for Shelly Gen3: 1, 1PM, 2PM, I4, PlugS

Support for Shelly Gen3: 1, 1PM, 2PM, I4, PlugS #509

Workflow file for this run

name: check format
on:
push:
pull_request:
jobs:
check-format:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check formatting
run: make check-format