From 8a7050f6920ccc6c6394587af9678c48223f21c4 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Wed, 30 Dec 2020 22:31:56 +0100 Subject: [PATCH] Add Continuous Integration section in README + adding Mega-Linter in this section :) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 58a1aa1..48c7fce 100644 --- a/README.md +++ b/README.md @@ -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