1
0
Fork 0

add checking to ci

This commit is contained in:
Cyborus 2023-12-11 21:46:20 -05:00
parent 6620e6b36b
commit 1af002b88b
No known key found for this signature in database

12
.woodpecker/check.yml Normal file
View file

@ -0,0 +1,12 @@
when:
- event: manual
- event: pull_request
steps:
check:
image: rust
commands:
- cargo check
check-fmt:
image: rust
commands:
- cargo fmt --check