add woodpecker pipelines

This commit is contained in:
2026-08-01 21:47:06 -04:00
parent 61ea97265c
commit 0362b3942d
6 changed files with 36 additions and 19 deletions
+8
View File
@@ -0,0 +1,8 @@
when:
event: [push, pull_request]
steps:
fmt:
image: rust:1
commands:
- cargo fmt --all -- --check