Skip to content

Commit

Permalink
life is fixing a problem to create 2 more
Browse files Browse the repository at this point in the history
  • Loading branch information
phalkmin committed Apr 18, 2024
1 parent cd9ce81 commit d6dea87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
extra_args: "--report-json=./phpcs.json"
standard: "WordPress-Extra"
use_local_config: "true"

- name: Update summary
run: |
npm i -g github:10up/phpcs-json-to-md
Expand Down
5 changes: 5 additions & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?xml version="1.0"?>

<file>admin.php</file>
<file>auto-post.php</file>
<file>gpt.php</file>

<ruleset name="Project Rules">
<rule ref="WordPress">
<!-- Any of `WordPress|WordPress-Core|WordPress-Docs|WordPress-Extra|WordPress-VIP-Go|WordPressVIPMinimum|10up-Default` -->
Expand Down

0 comments on commit d6dea87

Please sign in to comment.