mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-23 21:01:11 +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
|
recursive: true
|
||||||
submodule_update_remote: true
|
submodule_update_remote: true
|
||||||
pipeline:
|
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:
|
check_documentation_build:
|
||||||
image: rust:1.61-slim-buster
|
image: rust:1.61-slim-buster
|
||||||
commands:
|
commands:
|
||||||
|
@ -14,8 +19,3 @@ pipeline:
|
||||||
- apt-get install git curl -y
|
- apt-get install git curl -y
|
||||||
- ./update-includes.sh
|
- ./update-includes.sh
|
||||||
- mdbook build .
|
- mdbook build .
|
||||||
check_formatting:
|
|
||||||
image: alpine:3
|
|
||||||
commands:
|
|
||||||
- apk add prettier
|
|
||||||
- prettier -c src
|
|
||||||
|
|
Loading…
Reference in a new issue