Quick Start
- Run
npx mega-linter-runner --install
to generate configuration files (you need Node.js installed). - Commit, push, and create a pull request.
- Watch!
Notes:
- This repo is a hard fork of GitHub Super-Linter, rewritten in Python to add many additional features.
- If you are a Super-Linter user, you can transparently switch to MegaLinter and keep the same configuration (just replace
super-linter/super-linter@v3
withoxsecurity/megalinter@v8
in your GitHub Action YAML file, like on this PR). - If you want to use MegaLinter's extra features (recommended), please take 5 minutes to use the assisted installation.
- For a beginner-friendly example of getting started with MegaLinter, check out this blog post by Alec Johnson.