feat: init woodpecker CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Aravinth Manivannan 2024-01-08 04:20:01 +05:30
parent 1519ed69ca
commit 0fc323f707
Signed by: realaravinth
GPG key ID: F8F50389936984FF

6
.woodpecker.yml Normal file
View file

@ -0,0 +1,6 @@
steps:
build:
image: rust
commands:
- make test
- make build-rust