Skip to content

Commit

Permalink
chore: update lint and check command (linkerd#1276)
Browse files Browse the repository at this point in the history
* chore: update lint and check command


Signed-off-by: Takumi Sue <[email protected]>
  • Loading branch information
mikutas authored Jan 28, 2022
1 parent cc2967c commit d1eb6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d1eb6e0

Please sign in to comment.