express-flasher/.woodpecker.yml
Gregory Ballantine db9ff7ef05
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added the code for the express-flasher; added ESLint; added Woodpecker CI config
2022-11-04 16:09:20 -04:00

21 lines
350 B
YAML

pipeline:
setup:
image: node:18
commands:
- npm install
lint:
image: node:18
commands:
- npm run lint
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