Skip to content

fix: Correctly show start/stop times in local time zone #18

fix: Correctly show start/stop times in local time zone

fix: Correctly show start/stop times in local time zone #18

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal