Skip to content

.NET8に対応した #70

.NET8に対応した

.NET8に対応した #70

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- uses: szenius/[email protected]
with:
timezoneWindows: "Tokyo Standard Time"
- name: build and test
run: |
dotnet build
dotnet test