diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..1fe79b8 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,29 @@ +pipeline: + doc: + image: rust + commands: + - cargo doc + + fmt: + image: rust + commands: + - rustup component add rustfmt + - cargo fmt --all -- --check + + clippy: + image: rust + commands: + - rustup component add clippy + - cargo clippy --all-features + + build: + image: rust + commands: + - cargo build + - cargo build --release + + build-deb: + image: rust + commands: + - cargo install cargo-deb + - cargo deb diff --git a/README.md b/README.md index b586e67..c48045a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Webhookey +![status-badge](https://ci.onders.org/api/badges/finga/webhookey/status.svg?branch=main) + Webhookey is a web server listening for [webhooks](https://en.wikipedia.org/wiki/Webhook) as for example sent by Gitea's webhooks. Further, Webhookey allows you to specify rules