Zealot/.woodpecker.yml
Gregory Ballantine e1f78e9b32
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fixed node docker container version in Woodpecker config
2022-11-17 00:08:39 -05:00

18 lines
325 B
YAML

pipeline:
tests:
image: node: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