mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-23 12:51:09 +00:00
Try to add testing repo.
This commit is contained in:
parent
37414bd023
commit
e7b24cda3a
1 changed files with 5 additions and 5 deletions
|
@ -5,6 +5,11 @@ clone:
|
|||
recursive: true
|
||||
submodule_update_remote: true
|
||||
pipeline:
|
||||
check_formatting:
|
||||
image: alpine:3
|
||||
commands:
|
||||
- apk add prettier --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
||||
- prettier -c src
|
||||
check_documentation_build:
|
||||
image: rust:1.61-slim-buster
|
||||
commands:
|
||||
|
@ -14,8 +19,3 @@ pipeline:
|
|||
- apt-get install git curl -y
|
||||
- ./update-includes.sh
|
||||
- mdbook build .
|
||||
check_formatting:
|
||||
image: alpine:3
|
||||
commands:
|
||||
- apk add prettier
|
||||
- prettier -c src
|
||||
|
|
Loading…
Reference in a new issue