Skip to content

Fix date math rounding to respect inclusive/exclusive bracket boundar… #3

Fix date math rounding to respect inclusive/exclusive bracket boundar…

Fix date math rounding to respect inclusive/exclusive bracket boundar… #3

name: "Copilot Setup"
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup .NET Core
uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.0.x