node action added in ci

This commit is contained in:
Enver Bisevac 2022-09-13 01:09:33 +02:00
parent 8aa924416d
commit 46b4b98d1f

View File

@ -24,11 +24,10 @@ jobs:
with:
node-version: 16
cache: 'npm'
- run: |
cd web
yarn install
yarn build
cd ..
- run: cd web
- run: yarn install
- run: yarn build
- run: cd ..
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with: