Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Update README to reflect project abandonment #15

Update README to reflect project abandonment

Update README to reflect project abandonment #15

name: Continuous Linux
on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup dotnet
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.x'
- name: Display .NET info
run: dotnet --info
- run: |
cd Src
dotnet build
dotnet test