diff --git a/.ci.yml b/.ci.yml new file mode 100644 index 0000000..d39c7e6 --- /dev/null +++ b/.ci.yml @@ -0,0 +1,4 @@ +runtime: node:22 +install: npx --yes pnpm@10 install --frozen-lockfile +test: npx --yes pnpm@10 run build && npx --yes pnpm@10 run check-links +timeout: 15m