mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-09-02 06:47:24 +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
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test server
|
- name: unit test server
|
||||||
image: rust:1.43
|
image: rust:1.45
|
||||||
commands:
|
commands:
|
||||||
- cd server
|
- cd server
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
||||||
- name: lint
|
- name: lint client
|
||||||
image: node:14
|
image: node:14
|
||||||
commands:
|
commands:
|
||||||
- npm i
|
- npm i --unsafe-perm
|
||||||
- npm run compile
|
- npm run compile
|
||||||
- npm run lint
|
- npm run lint
|
Loading…
Add table
Add a link
Reference in a new issue