From fa4f4d8c2f3185e986bfc68ee3f5c3ee0e263ffa 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 | 17 +++++++++++++++++ README.md | 1 + 2 files changed, 18 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..f0702a8 --- /dev/null +++ b/.woodpecker.yml @@ -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] 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).