Skip to content

Merge pull request #8 from k-taro56/feature/add-benchmark #6

Merge pull request #8 from k-taro56/feature/add-benchmark

Merge pull request #8 from k-taro56/feature/add-benchmark #6

Workflow file for this run

name: .NET Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore