Skip to content

rename projects from Crdt.* to SIL.Harmony.* #16

rename projects from Crdt.* to SIL.Harmony.*

rename projects from Crdt.* to SIL.Harmony.* #16

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install .NET
uses: actions/setup-dotnet@v4
- name: Build & test
run: dotnet test --configuration Release --logger GitHubActions