Skip to content

Better type handling. #9

Better type handling.

Better type handling. #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
- name: dotnet publish
run: dotnet publish -c Release