From 9d84485cd3a5f56a8123c600edaaee1a2e0fcb1f Mon Sep 17 00:00:00 2001 From: nvuillam Date: Sat, 9 Dec 2023 16:13:05 +0100 Subject: [PATCH] typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49072aadd00..1837b8032ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - cpplint: Dynamically add the list of extensions from list of files in --extensions parameter - Fix mkdocs generation + CI control job by @nvuillam in https://github.com/oxsecurity/megalinter/pull/3135 - Add semgrep ruleset to validation schema by @wesley-dean-flexion in https://github.com/oxsecurity/megalinter/pull/3164 - - Downgrade stylelint to avoid crash with not v16 compliant depencencies + - Downgrade stylelint to avoid crash with not v16 compliant dependencies - CI - Add arguments to make use of pytest-xdist, by @echoix