Update README.md

This commit is contained in:
Yoni Melki
2023-06-18 21:25:59 +03:00
committed by GitHub
parent 9a777ad092
commit 1c2f7b23b4
+1 -1
View File
@@ -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