diff options
| author | Fuwn <[email protected]> | 2023-12-09 12:46:25 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-09 12:46:25 -0800 |
| commit | 1edccfdb1f56599ec676c691a881b140656e50b4 (patch) | |
| tree | 6a48b11555cc8cea4b8284568f31f752a57b96ba /Earthfile | |
| parent | ci(earthly): reorder tasks (diff) | |
| download | due.moe-1edccfdb1f56599ec676c691a881b140656e50b4.tar.xz due.moe-1edccfdb1f56599ec676c691a881b140656e50b4.zip | |
ci(earthly): add lint runner
Diffstat (limited to 'Earthfile')
| -rw-r--r-- | Earthfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |