Merge pull request 'Adding woodpecker.yml' (#1) from feature/add-woodpecker into main

Reviewed-on: #1
This commit is contained in:
iratusmachina 2024-03-20 16:37:43 +00:00
commit 13e2c91733
1 changed files with 6 additions and 0 deletions

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"