Skip to content

Commit 6b69293

Browse files
committed
Fix the image again
1 parent 9ba7326 commit 6b69293

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codestyle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
PHPVERSION: ["8.1", "8.2", "8.3", "8.4", "8.5"]
5050
steps:
5151
- uses: actions/checkout@v4
52+
- name: Trigger the plugin
53+
run: composer install
5254
- name: Detect compatibility with supported PHP version
5355
run: >
5456
/vendor/bin/phpcs -s -p --colors

0 commit comments

Comments
 (0)