diff --git a/.woodpecker/.deploy.yml b/.woodpecker/.deploy.yml new file mode 100644 index 0000000..3b41a78 --- /dev/null +++ b/.woodpecker/.deploy.yml @@ -0,0 +1,16 @@ +pipeline: + deploy: + when: + event: tag + tag: v* + image: plugins/npm + settings: + token: + from_secret: node_auth_token + username: + from_secret: node_username + secrets: [ node_auth_token, node_username ] + +depends_on: + - lint + diff --git a/.woodpecker/.lint.yml b/.woodpecker/.lint.yml new file mode 100644 index 0000000..040a118 --- /dev/null +++ b/.woodpecker/.lint.yml @@ -0,0 +1,9 @@ +pipeline: + lint: + when: + branch: [main, develop] + image: node:lts-alpine + commands: + - yarn install + - yarn lint + 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).