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:
|
||||
- checkout
|
||||
- run: golangci-lint run -v
|
||||
build-frontend:
|
||||
docker:
|
||||
- image: circleci/node
|
||||
steps:
|
||||
- run: cd frontend
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
workflows:
|
||||
version: 2
|
||||
build-workflow:
|
||||
jobs:
|
||||
- lint
|
||||
- build-frontend
|
||||
|
||||
Loading…
Reference in New Issue
Block a user