ci: add scheduled builds

This commit is contained in:
Rainer Killinger
2023-07-11 16:10:29 +02:00
parent 107a7c5e9e
commit 982b4feb3c
23 changed files with 2266 additions and 1948 deletions

View File

@@ -0,0 +1,7 @@
FROM node:18-alpine
RUN apk update && apk add git jq curl python3 build-base
RUN npm install turbo pnpm --global
CMD []