node action added in ci

This commit is contained in:
Enver Bisevac 2022-09-13 01:04:14 +02:00
parent 89b44d2862
commit 8aa924416d

View File

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