Skip to content

Forgot README (#279) #578

Forgot README (#279)

Forgot README (#279) #578

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: '10.0.100-rc.2.25502.107'
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore -warnaserror
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Pack
run: ./build.sh --pack