Skip to content

Commit

Permalink
Try to fix GitHub Actions (#2)
Browse files Browse the repository at this point in the history
* Try to fix GitHub Actions

* Try to fix GitHub Actions
  • Loading branch information
t-hamano authored Oct 14, 2023
1 parent ea147c8 commit 2a03215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"wp-coding-standards/wpcs": "^3.0"
},
"scripts": {
"phpcs": "phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs",
"phpcs": "phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs,vendor/phpcsstandards/phpcsextra,vendor/phpcsstandards/phpcsutils",
"lint": "phpcs ./ --standard=./phpcs.ruleset.xml"
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a03215

Please sign in to comment.