From 1c2f7b23b4ac28157422d4a9d1c48f776118130c Mon Sep 17 00:00:00 2001 From: Yoni Melki <58732001+YoniMelki@users.noreply.github.com> Date: Sun, 18 Jun 2023 21:25:59 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c77bc1..7a46022 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ can be included as a step in any other workflow file. The Ruff action can be customized via optional configuration parameters passed to Ruff (using `with:`): - version: Must be release available on PyPI. default, latest release of ruff. You can pin a version, or use any valid version specifier. -- options: default,`check` +- args: default,`check` - src: default, '.' ```yaml