mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Create test.workflow
This commit is contained in:
parent
36c7f76370
commit
5e71b4c876
1 changed files with 9 additions and 0 deletions
9
.github/workflows/test.workflow
vendored
Normal file
9
.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