mirror of
https://github.com/harness/drone.git
synced 2025-05-20 19:09:59 +08:00
node action added in ci
This commit is contained in:
parent
8aa924416d
commit
46b4b98d1f
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user