mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-01-10 09:09:21 +08:00
Remove legacy GitHub workflow
This commit is contained in:
parent
983c9306ba
commit
2f6d7ed813
1 changed files with 0 additions and 19 deletions
19
.github/main.workflow
vendored
19
.github/main.workflow
vendored
|
@ -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"]
|
||||
}
|
Loading…
Reference in a new issue