Woodpecker test

This commit is contained in:
perillamint 2024-01-09 04:16:59 +09:00
commit 9bb7d4ec3d

9
.woodpecker.yml Normal file
View file

@ -0,0 +1,9 @@
steps:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."