Add Woodpecker CI workflow
This commit is contained in:
parent
e49025b80b
commit
6e66d61f7b
6
.woodpecker.yml
Normal file
6
.woodpecker.yml
Normal file
@ -0,0 +1,6 @@
|
||||
steps:
|
||||
- name: test
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Hello from Woodpecker\!"
|
||||
- date
|
||||
Loading…
Reference in New Issue
Block a user