From 009443c5cac7c585c2832bbcad5c9e7b4bc8df07 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 6 Dec 2023 17:40:23 -0800 Subject: ci(earthly): add all --- Earthfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Earthfile') diff --git a/Earthfile b/Earthfile index 08d82da9..920fdd8c 100644 --- a/Earthfile +++ b/Earthfile @@ -4,6 +4,10 @@ FROM oven/bun:1.0.11 WORKDIR /due +all: + BUILD +lint + BUILD +docker + deps: RUN apt update -y RUN apt upgrade -y -- cgit v1.2.3