Skip to content

IDP-1261 - Added timespan max/min attributes #126

IDP-1261 - Added timespan max/min attributes

IDP-1261 - Added timespan max/min attributes #126

Workflow file for this run

name: CI
on:
pull_request:
branches: ["main"]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
global-json-file: "global.json"
- run: ./Build.ps1
shell: pwsh