Zealot/.woodpecker.yml
Gregory Ballantine 51fe19f12c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Started rewriting project in TypeScript
2022-11-17 00:07:39 -05:00

18 lines
327 B
YAML

pipeline:
tests:
image: node:1.18
commands:
- "npm install"
- "npm run lint"
gitea_release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.metaunix.net
files:
title: "${CI_COMMIT_TAG}"
when:
event: tag