Skip to content

Commit

Permalink
Add a new "composer run compat" command.
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko committed Dec 20, 2022
1 parent d6f0497 commit 9250c2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"composer/installers": "~1.0"
},
"scripts": {
"compat": "phpcs --standard=phpcompat.xml.dist --report=summary,source",
"format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source",
"lint": "phpcs --standard=phpcs.xml.dist",
"test": "phpunit",
Expand Down

1 comment on commit 9250c2d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/3743920097
📝 Reported issues:

Please sign in to comment.