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