mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Update and rename .github/workflows to .github/.github/workflows/test.workflow
This commit is contained in:
parent
50978733f4
commit
eab38ebada
1 changed files with 9 additions and 0 deletions
9
.github/.github/workflows/test.workflow
vendored
Normal file
9
.github/.github/workflows/test.workflow
vendored
Normal 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"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue