Add workflows

This commit is contained in:
CrazyMax
2020-10-25 03:21:46 +01:00
parent 03eb07f964
commit 98414716d9
10 changed files with 250 additions and 11 deletions

View File

@ -20,6 +20,7 @@ FROM base AS build
RUN yarn build
FROM deps AS test
COPY . .
RUN yarn run test
FROM base AS run-format