From 0495486cde6f37c56bed12dab7235ab08e672f2c Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Sat, 24 May 2025 15:33:19 +0200 Subject: [PATCH] comment how to run locally --- .github/workflows/mega-linter.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index e6d7394..7dcbe30 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -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