Skip to content

eliminate compiler warnings #5

eliminate compiler warnings

eliminate compiler warnings #5

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: dotnet build --configuration Release src/HealthCheck.sln
- name: Test
run: dotnet test --configuration Release --no-build src/HealthCheck.sln