comment how to run locally

This commit is contained in:
Ralf Vogler 2025-05-24 15:33:19 +02:00
parent 91fe3aee80
commit 0495486cde

View file

@ -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