Skip to content

device: also check for HVAC device codes #1

device: also check for HVAC device codes

device: also check for HVAC device codes #1

Workflow file for this run

name: "Build rbroadlink"
on:
push:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Build the cli example
run: 'nix build --print-build-logs --verbose --log-format raw .#'