feat(ci): Added woodpecker CI
continuous-integration/woodpecker the build was successful Details

This commit is contained in:
Ferdinand Thiessen 2021-12-08 17:33:23 +01:00
parent d200370975
commit fa4f4d8c2f
2 changed files with 18 additions and 0 deletions

17
.woodpecker.yml Normal file
View File

@ -0,0 +1,17 @@
pipeline:
lint:
image: node:lts-alpine
commands:
- yarn install
- yarn lint
publish:
when:
event: tag
tag: v*
image: node:lts-alpine
commands:
- yarn publish --non-interactive
secrets: [ node_auth_token ]
branches: [main, develop]

View File

@ -1,4 +1,5 @@
# Flaschengeist `schedule` fontend-plugin
![status-badge](https://ci.os-sc.org/api/badges/Flaschengeist/flaschengeist-schedule/status.svg)
This package provides the [Flaschengeist](https://flaschengeist.dev/Flaschengeist/flaschengeist) frontend for the schedule plugin (event and schedule management).