From 12081db009f3a1e3ed5439955af4666dd5123dec Mon Sep 17 00:00:00 2001 From: James Date: Tue, 27 Aug 2019 05:18:18 +0000 Subject: [PATCH] Delete main.workflow --- .github/main.workflow | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index b1436b3..0000000 --- a/.github/main.workflow +++ /dev/null @@ -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"] -}