Update and rename .github/workflows to .github/.github/workflows/test.workflow

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

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"
}