Add Woodpecker CI pipeline
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
archos 2024-05-24 15:11:19 +02:00
parent 8a90348a4e
commit 8e81adf4de

View File

@ -1,7 +1,8 @@
pipeline:
test:
steps:
- name: test
image: ubuntu
commands:
- echo "Running tests"
- uname -a
- echo "Test complete"