This commit is contained in:
Sam Therapy 2023-03-09 15:16:20 +01:00
parent 4fd3c1c5df
commit 9df7f07ffe
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -22,10 +22,14 @@ steps:
commands:
- corepack enable && pnpm config set store-dir .cache/pnpm
- make lint-frontend
depends_on:
- 'cache-frontend'
- name: lint-backend
image: golangci/golangci-lint
commands:
- make lint-backend
depends_on:
- 'cache-backend'
- name: test-frontend
image: node:18