Skip to content

chore(deps): bump technote-space/toc-generator from 2.4.0 to 4.3.1 #30

chore(deps): bump technote-space/toc-generator from 2.4.0 to 4.3.1

chore(deps): bump technote-space/toc-generator from 2.4.0 to 4.3.1 #30

Workflow file for this run

name: Build-Debug
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build-dotnet:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
with:
dotnet-version: |
3.1.x
6.0.x
- run: dotnet build -c Debug
- run: dotnet test -c Debug --no-build