Skip to content

feat(check): make ts check leave-aware (merge approved leave into c… #6

feat(check): make ts check leave-aware (merge approved leave into c…

feat(check): make ts check leave-aware (merge approved leave into c… #6

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
build-test:
runs-on: ubuntu-latest
timeout-minutes: 20
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.0.x
- name: Restore
run: bash scripts/cloud-setup.sh
- name: Build
run: dotnet build SSW.TimePro.Timesheets.Cli.slnx --no-restore
- name: Test
run: dotnet test SSW.TimePro.Timesheets.Cli.slnx --no-build --no-restore