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

pull/3136/head
Jamie 5 years ago committed by GitHub
parent 50978733f4
commit eab38ebada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
}
Loading…
Cancel
Save