Update README.md

This commit is contained in:
Christian Clauss
2024-02-18 01:44:15 +01:00
committed by GitHub
parent b22a8e1c0d
commit 5619897516
+1 -1
View File
@@ -39,7 +39,7 @@ The Ruff action can be customized via optional configuration parameters passed t
- uses: chartboost/ruff-action@v1
with:
src: "./src"
version: 0.2.1
version: 0.2.2
args: --select B
```