comment how to run locally
This commit is contained in:
parent
91fe3aee80
commit
0495486cde
1 changed files with 4 additions and 0 deletions
4
.github/workflows/mega-linter.yml
vendored
4
.github/workflows/mega-linter.yml
vendored
|
|
@ -1,5 +1,9 @@
|
|||
# MegaLinter GitHub Action configuration file
|
||||
# More info at https://megalinter.io
|
||||
# Run this locally via Docker:
|
||||
# npx mega-linter-runner -r v8 -f cupcake # run as configured in .mega-linter
|
||||
# npx mega-linter-runner -r v8 -f cupcake -e "ENABLE=MARKDOWN,YAML" -e "APPLY_FIXES=none" # only enable certain groups and disable automatic fixes
|
||||
# npx mega-linter-runner -r v8 -f cupcake -e "ENABLE_LINTERS=MARKDOWN_MARKDOWN_LINK_CHECK" # run a specific linter
|
||||
---
|
||||
name: MegaLinter
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue