Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 2fc4b56

Browse files
author
Michelle Noorali
committed
fix permissions err in ci
1 parent 931fd26 commit 2fc4b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ HAS_MDLINT := $(shell command -v markdownlint;)
55
lint:
66
@# lint the markdown
77
ifndef HAS_MDLINT
8-
npm install -g markdownlint-cli
8+
sudo npm install -g markdownlint-cli
99
endif
1010
markdownlint -c .markdownlint.yaml .

0 commit comments

Comments
 (0)