mirror of https://github.com/harness/drone.git
node action added in ci
parent
e2d3baf58a
commit
b416d5ce85
|
@ -20,6 +20,14 @@ jobs:
|
|||
with:
|
||||
go-version: 1.17
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
working-directory: ./web
|
||||
with:
|
||||
node-version: 16
|
||||
cache: 'npm'
|
||||
run: |
|
||||
yarn install
|
||||
yarn build
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue