From 1edccfdb1f56599ec676c691a881b140656e50b4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 9 Dec 2023 12:46:25 -0800 Subject: ci(earthly): add lint runner --- Earthfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Earthfile') diff --git a/Earthfile b/Earthfile index f260cbff..05c597fa 100644 --- a/Earthfile +++ b/Earthfile @@ -6,6 +6,7 @@ WORKDIR /due all: BUILD +lint + BUILD +check BUILD +docker dev: @@ -21,6 +22,7 @@ lint: COPY .prettierignore .prettierignore COPY .prettierrc .prettierrc + RUN bun --bun run lint RUN bun --bun run check docker: -- cgit v1.2.3