Skip to content

Display latency info for API calls #128

Display latency info for API calls

Display latency info for API calls #128

Workflow file for this run

name: .NET Core
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Build .NET
run: dotnet build --configuration Release