Skip to content

Add support for nullable (#20) #13

Add support for nullable (#20)

Add support for nullable (#20) #13

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'readme.md'
pull_request:
jobs:
build:
runs-on: 'windows-latest'
steps:
- name: "Build, Test and Pack common"
uses: xoofx/.github/.github/actions/dotnet-releaser-action@main
with:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}