Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Bump Bunkum from 3.3.15 to 3.4.1 #14

Bump Bunkum from 3.3.15 to 3.4.1

Bump Bunkum from 3.3.15 to 3.4.1 #14

Workflow file for this run

name: Build and Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Restore
run: dotnet restore
- name: Test
run: dotnet test -c Release --verbosity normal