mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-21 17:43:46 +00:00
fuck
This commit is contained in:
parent
4fd3c1c5df
commit
9df7f07ffe
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue