node action added in ci

jobatzil/rename
Enver Bisevac 2022-09-13 01:13:01 +02:00
parent 46b4b98d1f
commit cad145b4ae
1 changed files with 5 additions and 4 deletions

View File

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