File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 22# = Environment Makefile, refer for other makefile =
33# ====================== envs.mk ======================
44
5+ # CI environment flag (set by CI/CD systems like GitHub Actions)
6+ # Can be overridden: CI=true make build
7+ CI ?=
8+
59# Container runtime (docker or podman)
610CONTAINER_RUNTIME ?= docker
711
Original file line number Diff line number Diff line change 44
55# #@ Linter
66
7- docs-lint : docs-install # # Lint documentation in website/
8- @$(LOG_TARGET )
9- cd website && npm run lint
10-
11- docs-lint-fix : docs-install # # Auto-fix documentation lint issues in website/
12- @$(LOG_TARGET )
13- cd website && npm run lint:fix
14-
157markdown-lint : # # Lint all markdown files in the project
168 @$(LOG_TARGET )
179 markdownlint -c tools/linter/markdown/markdownlint.yaml " **/*.md" \
You can’t perform that action at this time.
0 commit comments