Skip to content

error.csを生成するように変更 #12

error.csを生成するように変更

error.csを生成するように変更 #12

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: BuildGenerator
run: dotnet build mooresmaster.Generator/ -c release
- name: Test
run: dotnet test