lemmy-translations/.woodpecker.yml

14 lines
287 B
YAML
Raw Normal View History

2023-05-10 13:12:21 +00:00
pipeline:
prettier_markdown_check:
image: tmknom/prettier
commands:
- prettier -c .
notify_on_failure:
image: alpine:3
2023-05-10 13:17:14 +00:00
commands:
2023-05-10 13:12:21 +00:00
- apk add curl
- "curl -d'CI build failed: ${CI_BUILD_LINK}' ntfy.sh/lemmy_drone_ci"
when:
2023-05-10 13:17:14 +00:00
status: [failure]