Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Continuous Integration section in README + Mega-Linter #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ It returns the parsed object or throws an `Error`.
* [Syntastic](http://www.vim.org/scripts/script.php?script_id=2736)
* [sourcebeautify](http://www.vim.org/scripts/script.php?script_id=4079)

## Continuous Integration

* [Mega-Linter](https://nvuillam.github.io/mega-linter/)
* embeds more than 70 linters, including [jsonlint](https://nvuillam.github.io/mega-linter/descriptors/json_jsonlint/) by default in all its [flavors](https://nvuillam.github.io/mega-linter/flavors/), so any detected JSON file will be linted by jsonlint
* Runnable in CI as [GitHub Action and in other CI tools]((https://nvuillam.github.io/mega-linter/installation/))
* can can also be [run locally](https://nvuillam.github.io/mega-linter/mega-linter-runner/)

## MIT License

Copyright (C) 2012 Zachary Carter
Expand Down