From 8d2357947bbd2312472087b72b5d20c4363e79fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20N=C3=A4gler?= Date: Fri, 13 Aug 2021 10:56:15 +0200 Subject: [PATCH] [TASK] Improve documentation of this GitHub action --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c83cab3..38dbb8a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # TYPO3 CopyPaste detector Lint Github Action -This action lints CopyPaste detector code of your TYPO3 extension. +This action checks the code of your TYPO3 extension with the [CopyPaste detector](https://github.com/sebastianbergmann/phpcpd) regarding duplicate lines of code. This helps to write better code and reduce the maintenance afford of your code. ## Inputs ### `Files` -Files you want to lint. Default `Classes Configuration Tests`. +Base folder(s) you want to check. Default `Classes Configuration Tests`. ## Example usage