Add webhook already handled check
ci/woodpecker/push/tests Pipeline failed
ci/woodpecker/pr/tests Pipeline failed

Fix all tests
Add woodpecker ci (tests + release)
This commit is contained in:
2026-06-12 19:56:32 +00:00
parent 3c32cd20b6
commit 433021d607
13 changed files with 221 additions and 17 deletions
+15
View File
@@ -0,0 +1,15 @@
when:
event:
- push
- pull_request
steps:
- name: clippy
image: rust:1.96
commands:
- cargo clippy
- name: test
image: rust:1.96
commands:
- cargo test