From 238dd4d687b1434600eb0662d62a00b7f21f28f3 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Fri, 20 Oct 2023 13:42:17 +0200 Subject: [PATCH] Update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f2a4ae2..5a79207 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,12 @@ jobs: - name: Run plugin check uses: swissspidy/wp-plugin-check-action@main - with: - build-dir: 'build' ``` The following inputs are supported: * `build-dir` (string): path to the build directory if there is a build process involved. - **Note:**: file annotations will still be made against the source files. + **Note:** file annotations will still be made against the source files. * `checks` (string): only run specific checks, separated by comma. * `categories` (string): only run checks from specific categories, separated by comma. * `ignore-warnings` (bool): ignore warnings.