Skip to content

Initial commit: Claudelk — control ELK-BLEDOM BLE LED strips from .NET #1

Initial commit: Claudelk — control ELK-BLEDOM BLE LED strips from .NET

Initial commit: Claudelk — control ELK-BLEDOM BLE LED strips from .NET #1

Workflow file for this run

name: build
on:
push:
branches: [ main, master ]
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: Restore
run: dotnet restore Claudelk.slnx
- name: Build
run: dotnet build Claudelk.slnx --configuration Release --no-restore