Adding woodpecker.

This commit is contained in:
Dessalines 2023-05-10 09:12:21 -04:00
parent d0d0242631
commit 449f5bf6ec

13
.woodpecker.yml Normal file
View file

@ -0,0 +1,13 @@
pipeline:
prettier_markdown_check:
image: tmknom/prettier
commands:
- prettier -c .
notify_on_failure:
image: alpine:3
commands:
- apk add curl
- "curl -d'CI build failed: ${CI_BUILD_LINK}' ntfy.sh/lemmy_drone_ci"
when:
status: [ failure ]