aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-09 12:46:25 -0800
committerFuwn <[email protected]>2023-12-09 12:46:25 -0800
commit1edccfdb1f56599ec676c691a881b140656e50b4 (patch)
tree6a48b11555cc8cea4b8284568f31f752a57b96ba /Earthfile
parentci(earthly): reorder tasks (diff)
downloaddue.moe-1edccfdb1f56599ec676c691a881b140656e50b4.tar.xz
due.moe-1edccfdb1f56599ec676c691a881b140656e50b4.zip
ci(earthly): add lint runner
Diffstat (limited to 'Earthfile')
-rw-r--r--Earthfile2
1 files changed, 2 insertions, 0 deletions
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: