From bb5a350f2d54f61b1218d1c2be26dca91808711a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Pich=C3=A9?= Date: Mon, 12 Aug 2024 10:49:35 -0400 Subject: [PATCH] document it --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cef4c61..0d72356 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ Options: - `--check ` will launch only that runner. This option can be repeated. - `--skip ` will skip that runner. Takes precedence over `--check`. This option can be repeated. - `--quick` skips running `poetry install --remove-untracked` before running the checks. + - **New in coveo-stew 3.0.30**: You can now customize which checks to run when `--quick` is specified. See the [quick](#configuration) configuration option. - `--no-github-step-report` can be used to disable Step Report generation when running in a GitHub context. The configuration for this feature is explained in more details in the [runners](#runners-stew-ci) section.