mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2025-07-23 18:58:19 +00:00
Delete main.workflow
This commit is contained in:
parent
3abc0a1b11
commit
12081db009
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