Remove legacy GitHub workflow

This commit is contained in:
Koen Rouwhorst 2019-08-11 13:40:11 +02:00
parent 983c9306ba
commit 2f6d7ed813

19
.github/main.workflow vendored
View file

@ -1,19 +0,0 @@
workflow "Run tests" {
on = "push"
resolves = ["Shellcheck", "Bats", "Dockerfilelint"]
}
action "Shellcheck" {
uses = "actions/bin/shellcheck@master"
args = "entrypoint.sh"
}
action "Bats" {
uses = "actions/bin/bats@master"
args = "test/*.bats"
}
action "Dockerfilelint" {
uses = "docker://replicated/dockerfilelint"
args = ["Dockerfile"]
}