Quick Start
- With a coding agent: install the MegaLinter agent skills with
npx skills add oxsecurity/megalinter/skills, then ask your agent to "setup megalinter". - Or with the interactive wizard: run
npx mega-linter-runner --installto 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@v3withoxsecurity/megalinter@v10in 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.
