chore-qa (#4)

Reviewed-on: https://git.t000-n.de/tbehrendt/ts3gotify/pulls/4
This commit is contained in:
2022-12-11 21:11:01 +00:00
parent 1605ad7c96
commit e07373667f
7 changed files with 4714 additions and 3 deletions

15
.drone.yml Normal file
View 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