Delete main.workflow

This commit is contained in:
James 2019-08-27 05:18:18 +00:00 committed by GitHub
parent 3abc0a1b11
commit 12081db009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/main.workflow vendored
View file

@ -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"]
}