From 68f07553f96f355de256de586d64e24f65f44c86 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 23 May 2023 14:08:56 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04eb2bc..b076e64 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: creyD/autoflake_action@v1.1 - + with: + options: --in-place --remove-all-unused-imports -r ``` ## Issues