see whats happens
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
a0b93a7cc2
commit
fafc7384b6
@ -6,8 +6,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: golangci-lint run -v
|
- run: golangci-lint run -v
|
||||||
|
build-frontend:
|
||||||
|
docker:
|
||||||
|
- image: circleci/node
|
||||||
|
steps:
|
||||||
|
- run: cd frontend
|
||||||
|
- run: npm install
|
||||||
|
- run: npm run build
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build-workflow:
|
build-workflow:
|
||||||
jobs:
|
jobs:
|
||||||
- lint
|
- lint
|
||||||
|
- build-frontend
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user