mirror of https://github.com/linkerd/website.git
Add markdownlint to on-create script (#1489)
Signed-off-by: Alex Leong <alex@buoyant.io> Co-authored-by: William Morgan <william@buoyant.io>
This commit is contained in:
parent
31afe11942
commit
4ef5b99be9
|
|
@ -13,6 +13,9 @@ rm hugo*.deb
|
|||
scurl https://htmltest.wjdp.uk | bash
|
||||
sudo mv bin/htmltest /usr/local/bin
|
||||
|
||||
# markdownlint
|
||||
sudo npm install -g markdownlint-cli@0.26.0
|
||||
|
||||
# gcloud
|
||||
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" \
|
||||
| sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
|
||||
|
|
|
|||
Loading…
Reference in New Issue