Skip to content

Merge branch 'main' of https://github.com/TechPizzaDev/VorbisPizza #68

Merge branch 'main' of https://github.com/TechPizzaDev/VorbisPizza

Merge branch 'main' of https://github.com/TechPizzaDev/VorbisPizza #68

Workflow file for this run

name: .NET CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test