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 <robertspencersmith@gmail.com>
This commit is contained in:
Spencer Smith 2019-08-08 11:33:14 -04:00 committed by Spencer Smith
parent 1df4690db3
commit e88d908f07

15
.github/main.workflow vendored
View File

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