chore: update lint and check command (#1276)

* chore: update lint and check command


Signed-off-by: Takumi Sue <u630868b@alumni.osaka-u.ac.jp>
This commit is contained in:
Takumi Sue 2022-01-28 09:38:36 +09:00 committed by GitHub
parent cc2967cd25
commit d1eb6e0282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ tmp/%/public:
@printf "Missing tmp/$*/public. Run:\n\n\tmake build-$*\n\n"; exit 1
.PHONY: tmp-sites
tmp-sites: tmp
tmp-sites: clean tmp
cp -R *linkerd.io tmp/
.PHONY: lint

View File

@ -10,7 +10,7 @@ Source code for the linkerd.io website.
```bash
docker run \
--mount type=bind,source="$(pwd)",target=/website --workdir=/website \
buoyantio/website-builder:v1.3.3 make lint check
buoyantio/website-builder:v1.3.3 sh -c "make lint check"
```
1. Install Hugo 0.74.3 to run the site locally: