Skip to content

Use NLog for logging and move away from Debug.Assert (#19) #2

Use NLog for logging and move away from Debug.Assert (#19)

Use NLog for logging and move away from Debug.Assert (#19) #2

Workflow file for this run

name: Push
on: [push]
jobs:
check-format:
uses: ./.github/workflows/format.yml
build:
uses: ./.github/workflows/build.yml
nightly-release:
needs: build
uses: ./.github/workflows/nightly-release.yml