Adding woodpecker.yml #1

Merged
iratusmachina merged 1 commits from feature/add-woodpecker into main 2024-03-20 16:37:43 +00:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 556851ade2 - Show all commits

6
.woodpecker/test.yml Normal file
View File

@ -0,0 +1,6 @@
steps:
test:
image: golang-1.20.12
commands:
- apt-get update
- echo "Build test succeed"