This commit is contained in:
@@ -9,12 +9,12 @@ kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
- name: lint
|
||||
image: node:latest
|
||||
commands:
|
||||
- npm install -g yarn
|
||||
- yarn install
|
||||
- yarn test
|
||||
- yarn lint
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
||||
Reference in New Issue
Block a user