diff --git a/README.md b/README.md index d5eba95..82a516c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Using PHPCS for WordPress projects Example of using PHPCS for WordPress projects. +![main workdlow](https://github.com/github/docs/actions/workflows/ci.yml/badge.svg?branch=renakdup-patch-1) + ## About project You can get to know with configured WPCS rules for PHPCS linter, and how to use it with WordPress project. Also, you can get to know how to use PHPCS with Github actions. @@ -10,4 +12,4 @@ Also, you can get to know how to use PHPCS with Github actions. `docker run --rm -it -v "$PWD":/usr/src/myapp -w /usr/src/myapp pimlab/composer:2.0.0-alpha3-php7.4 sh` **NOTE**: if you use php 8 you need to use wp-coding-standards/wpcs:"dev-develop" package, because WPCS sniff doesn't support php 8 yet. -- Then you can run composer commands inside a container. \ No newline at end of file +- Then you can run composer commands inside a container.