build(run): add ci:test
This commit is contained in:
parent
3a1e7e9f64
commit
352d4dd389
1 changed files with 4 additions and 0 deletions
4
run
4
run
|
@ -13,6 +13,10 @@ function bash {
|
||||||
exec bash "${@}"
|
exec bash "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function ci:test {
|
||||||
|
lint:dockerfile
|
||||||
|
}
|
||||||
|
|
||||||
function exec {
|
function exec {
|
||||||
# Run any command in the php container.
|
# Run any command in the php container.
|
||||||
_dc php "${@}"
|
_dc php "${@}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue