From af89e7f63d4c57f41e718ac52eb08b0d447e01b8 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 8 Dec 2021 17:33:23 +0100 Subject: [PATCH] feat(ci): Added woodpecker CI --- .woodpecker.yml | 19 +++++++++++++++++++ README.md | 1 + 2 files changed, 20 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..6bef354 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,19 @@ +pipeline: + lint: + when: + branch: [main, develop] + image: node:lts-alpine + commands: + - yarn install + - yarn lint + + publish: + when: + event: tag + tag: v* + branch: [main, develop] + image: node:lts-alpine + commands: + - yarn publish --non-interactive + secrets: [ node_auth_token ] + diff --git a/README.md b/README.md index 8f3f723..8530f7a 100644 --- a/README.md +++ b/README.md @@ -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).