chore-qa (#4)
Reviewed-on: https://git.t000-n.de/tbehrendt/ts3gotify/pulls/4
This commit is contained in:
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: Testing
|
||||
|
||||
steps:
|
||||
- name: spellcheck
|
||||
image: node:18.12.1
|
||||
commands:
|
||||
- npm install
|
||||
- npm run check:spell
|
||||
- name: lint
|
||||
image: node:18.12.1
|
||||
commands:
|
||||
- npm install
|
||||
- npm run check:code
|
||||
Reference in New Issue
Block a user