Skip to content

Add traceable score breakdown, provenance, and method docs #1

Add traceable score breakdown, provenance, and method docs

Add traceable score breakdown, provenance, and method docs #1

Workflow file for this run

name: Predictive-ML-Core CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "10.0.x"
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --no-restore -c Release
- name: Test
run: dotnet test --no-build -c Release