From 352d4dd3898efc34c1c588e209ba96f77542981d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 3 Dec 2021 08:45:36 +0000 Subject: [PATCH] build(run): add `ci:test` --- run | 4 ++++ 1 file changed, 4 insertions(+) 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 "${@}"