Big commit again...
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-05-02 01:26:01 -04:00
parent 52782efc2e
commit 2eadb66246
19 changed files with 1638 additions and 1854 deletions

23
.drone.yml Normal file
View File

@@ -0,0 +1,23 @@
kind: pipeline
type: docker
name: default
workspace:
path: /drone/src
kind: pipeline
name: default
steps:
- name: test
image: node:latest
commands:
- npm install -g yarn
- yarn install
- yarn test
trigger:
branch:
- main
event:
- push