mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-29 04:54:15 +00:00
Fixed drone lint pipeline
This commit is contained in:
parent
f7310c1573
commit
4a062581c4
1 changed files with 4 additions and 4 deletions
|
@ -2,15 +2,15 @@ kind: pipeline
|
|||
name: default
|
||||
|
||||
steps:
|
||||
- name: test server
|
||||
image: rust:1.43
|
||||
- name: unit test server
|
||||
image: rust:1.45
|
||||
commands:
|
||||
- cd server
|
||||
- cargo test
|
||||
|
||||
- name: lint
|
||||
- name: lint client
|
||||
image: node:14
|
||||
commands:
|
||||
- npm i
|
||||
- npm i --unsafe-perm
|
||||
- npm run compile
|
||||
- npm run lint
|
Loading…
Add table
Add a link
Reference in a new issue