From 522bb340899fe0bb28b2e46513f3bfd0734b143f Mon Sep 17 00:00:00 2001 From: Ilya Chekalsky Date: Tue, 31 Mar 2020 17:43:10 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23d37ec..9993b80 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ Eventually you could also check for warnings. ... - name: PHPCS check uses: chekalsky/phpcs-action@v1 - with: - enable_warnings: true + with: + enable_warnings: true ``` -You probably would like to have [configuration file](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#using-a-default-configuration-file) for PHP_CodeSniffer in order to make it work as you like. \ No newline at end of file +You probably would like to have [configuration file](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#using-a-default-configuration-file) for PHP_CodeSniffer in order to make it work as you like.