Skip to content

Add Serilog for logging #65

Add Serilog for logging

Add Serilog for logging #65

Workflow file for this run

name: CI
on:
workflow_call:
pull_request:
branches:
- 'production'
- 'main'
push:
branches:
- '!production'
- '!main'
jobs:
tests:
name: Execute Tests
uses: ./.github/workflows/tests.yml
secrets: inherit