Add Drone config

This commit is contained in:
James Skemp 2023-08-06 13:22:33 -05:00
parent 2dd8855723
commit 8f7c3d8192
1 changed files with 9 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: node:18.12
commands:
- npm install
- npm run eslint