Files
Leviathan/.woodpecker.yml
Gregory Ballantine 7e0eeb9c42
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Added woodpecker config for CI/CD
2025-08-18 17:14:31 -04:00

18 lines
314 B
YAML

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