Skip to content

Refactor code and extend update types #73

Refactor code and extend update types

Refactor code and extend update types #73

Workflow file for this run

name: Build and test
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --configuration Release --no-build