Add github workflow

This commit is contained in:
Alex Hyett 2021-05-21 14:45:09 +01:00
parent 8128e89bd3
commit 78e66ee4dc

15
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Build and Test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build and Test
run: dotnet test