summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-05-23 19:30:03 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-05-23 19:30:03 +0200
commitc04fb1dd2eb73056b275cfdaeee6a169e9232cc3 (patch)
tree20b84189775f05237e88159307bbb99e44958ecf
parenta80308a48d199a418b0453f615fbb6cb3f74bf78 (diff)
Add a Woodpecker CI config
-rw-r--r--.woodpecker.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml
new file mode 100644
index 0000000..404359a
--- /dev/null
+++ b/.woodpecker.yml
@@ -0,0 +1,6 @@
+pipeline:
+ test:
+ image: node:lts
+ commands:
+ - npm install
+ - npm test