mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 14:43:35 +00:00
Delete main.workflow
This commit is contained in:
parent
3abc0a1b11
commit
12081db009
1 changed files with 0 additions and 14 deletions
14
.github/main.workflow
vendored
14
.github/main.workflow
vendored
|
@ -1,14 +0,0 @@
|
|||
workflow "New workflow" {
|
||||
on = "push"
|
||||
resolves = ["new-action"]
|
||||
}
|
||||
|
||||
action "rust" {
|
||||
uses = "docker://rust:1"
|
||||
runs = ".travis/build.sh"
|
||||
}
|
||||
|
||||
action "new-action" {
|
||||
uses = "owner/repo/path@ref"
|
||||
needs = ["rust"]
|
||||
}
|
Loading…
Reference in a new issue