Adding woodpecker.yml

This commit is contained in:
OLUWADAMILOLA OKUSANYA 2024-03-20 12:36:38 -04:00
parent fad299ca85
commit 556851ade2
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"