mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-22 19:01:25 +00:00
3bb45c26cb
* Adding woodpecker. * Test fail. * Running prettier.
13 lines
287 B
YAML
13 lines
287 B
YAML
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]
|