File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 20
20
- dev: sparse checkout scheduled version workflow
21
21
- dev: upload-artefact v4 & remove explicit token from megalinter
22
22
- format: use shell for code blocks, add missing clojure language to code blocks
23
+ - dev: megalinter local runner - validate all files
23
24
24
25
## Added
25
26
- button link to Clojure CLI releases changelog to view available versions
Original file line number Diff line number Diff line change 16
16
HELP-DESCRIPTION-SPACING := 24
17
17
18
18
# Tool Commands
19
- MEGALINTER_RUNNER := npx mega-linter-runner --flavor documentation --env "'MEGALINTER_CONFIG=.github/config/megalinter.yaml'" --remove-container
19
+ MEGALINTER_RUNNER := npx mega-linter-runner --flavor documentation --env "'MEGALINTER_CONFIG=.github/config/megalinter.yaml'" --env "'VALIDATE_ALL_CODEBASE=true'" -- remove-container
20
20
MKDOCS_SERVER := mkdocs serve --dev-addr localhost:7777
21
21
22
22
# Makefile file and directory name wildcard
You can’t perform that action at this time.
0 commit comments