From e88d908f07449b4524a7af89aa7bb0bbce32da0f Mon Sep 17 00:00:00 2001 From: Spencer Smith Date: Thu, 8 Aug 2019 11:33:14 -0400 Subject: [PATCH] chore: delete github actions temporarily This PR will drop the .github directory in an effort to clean things up so we can add it back and get conform acting correctly. Signed-off-by: Spencer Smith --- .github/main.workflow | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index c503db6cc..000000000 --- a/.github/main.workflow +++ /dev/null @@ -1,15 +0,0 @@ -workflow "Conform Pull Request" { - on = "pull_request" - - resolves = [ - "conform" - ] -} - -action "conform" { - uses = "docker://autonomy/conform:v0.1.0-alpha.16" - - secrets = [ - "GITHUB_TOKEN" - ] -}