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