mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2025-01-03 16:51:26 +00:00
Adding woodpecker.
This commit is contained in:
parent
d0d0242631
commit
449f5bf6ec
1 changed files with 13 additions and 0 deletions
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal 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 ]
|
Loading…
Reference in a new issue