Skip to content

feat(Duely): Validation #36

feat(Duely): Validation

feat(Duely): Validation #36

Workflow file for this run

name: Duely
on:
pull_request:
paths:
- Duely/**
defaults:
run:
shell: bash
working-directory: Duely
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET 8.0.x
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
- name: Run tests
run: dotnet test Duely.sln