Skip to content

fix: re-enable LAN after stopping SD card logging #218

fix: re-enable LAN after stopping SD card logging

fix: re-enable LAN after stopping SD card logging #218

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
8.0.x
9.0.x
- name: Restore dependencies
run: dotnet restore Daqifi.Core.sln
- name: Build
run: dotnet build --no-restore Daqifi.Core.sln
- name: Test
run: dotnet test Daqifi.Core.sln