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:
Alex Leong 2022-09-16 07:02:47 -07:00 committed by GitHub
parent 31afe11942
commit 4ef5b99be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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