We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba7326 commit 6b69293Copy full SHA for 6b69293
.github/workflows/codestyle.yml
@@ -49,6 +49,8 @@ jobs:
49
PHPVERSION: ["8.1", "8.2", "8.3", "8.4", "8.5"]
50
steps:
51
- uses: actions/checkout@v4
52
+ - name: Trigger the plugin
53
+ run: composer install
54
- name: Detect compatibility with supported PHP version
55
run: >
56
/vendor/bin/phpcs -s -p --colors
0 commit comments