Added woodpecker config for CI/CD
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-08-18 17:14:31 -04:00
parent e4384f53a4
commit 7e0eeb9c42

17
.woodpecker.yml Normal file
View File

@@ -0,0 +1,17 @@
steps:
test:
image: node:24
commands:
- npm install
- npm run test
gitea_release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.metaunix.net
title: "${CI_COMMIT_TAG}"
when:
event:
- tag