first commit, mlog (logfmt)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-01-10 15:01:48 +01:00
commit a8e09718d4
6 changed files with 649 additions and 0 deletions

9
.woodpecker.yml Normal file
View File

@ -0,0 +1,9 @@
when:
- event: push
branch: main
steps:
- name: test
image: rust:latest
commands:
- cargo test