Create test.workflow

This commit is contained in:
Jamie 2019-08-20 09:38:40 +01:00 committed by GitHub
commit 5e71b4c876
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.github/workflows/test.workflow vendored Normal file
View file

@ -0,0 +1,9 @@
workflow "New workflow" {
on = "push"
resolves = [".NET Core CLI"]
}
action ".NET Core CLI" {
uses = "baruchiro/github-actions@0.0.1"
args = "build src/Ombi.sln"
}