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.