issues
search
wp-graphql
/
wpgraphql-ide
A next-gen query editor for WPGraphQL 🚀
GNU General Public License v3.0
11
stars
0
forks
source link
ci: implement phpcs, following the wp-graphql implementation
#57
Closed
jasonbahl
closed
8 months ago
jasonbahl
commented
8 months ago
adds composer dev dependencies and scripts for phpcs and phpcbf
adds phpcs.xml.dist from wp-graphql with changes per existing files in this plugin
updates plugin header
updates formatting to be phpcs compliant
adds tests/_output directory for caching output of test and scripts like phpcs
updates composer.lock file
adds github workflow to check the code standards when PRs are opened
closes #56
closes #56