diff --git a/run b/run index 33eb403..e2a5d80 100755 --- a/run +++ b/run @@ -13,6 +13,10 @@ function bash { exec bash "${@}" } +function ci:test { + lint:dockerfile +} + function exec { # Run any command in the php container. _dc php "${@}"