File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
run : cd hack/tools && make golangci-lint
28
28
29
29
- name : Install npm
30
- uses : actions/setup-node@v2
30
+ uses : actions/setup-node@v4
31
31
with :
32
- node-version : ' 14 '
32
+ node-version : ' 20 '
33
33
34
34
- name : Install markdown-lint tool
35
35
run : npm install -g markdownlint-cli
Original file line number Diff line number Diff line change 21
21
run : cd hack/tools && make golangci-lint
22
22
23
23
- name : Install npm
24
- uses : actions/setup-node@v2
24
+ uses : actions/setup-node@v4
25
25
with :
26
- node-version : ' 14 '
26
+ node-version : ' 20 '
27
27
28
28
- name : Install markdown-lint tool
29
29
run : npm install -g markdownlint-cli
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ lint-markdown: ## Lint the project's markdown
180
180
ifdef GITHUB_ACTIONS
181
181
markdownlint -c md-config.json .
182
182
else
183
- docker run -i --rm -v "$$(pwd)":/work $(CACHE_IMAGE_REGISTRY) /tmknom/markdownlint -c /work/md-config.json .
183
+ docker run -i --rm -v "$$(pwd)":/work ghcr.io /tmknom/dockerfiles /markdownlint -c /work/md-config.json .
184
184
endif
185
185
186
186
.PHONY : lint-shell
You can’t perform that action at this time.
0 commit comments