Add webhook already handled check
Fix all tests Add woodpecker ci (tests + release)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user