Skip to content

Commit 0d5180f

Browse files
committed
Plugin should already be triggered in the image
1 parent 9ae434e commit 0d5180f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/codestyle.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ jobs:
4949
PHPVERSION: ["8.1", "8.2", "8.3", "8.4"]
5050
steps:
5151
- uses: actions/checkout@v4
52-
- name: Trigger the plugin
53-
run: |
54-
olddir=`pwd`
55-
cd /
56-
composer install
57-
cd "$olddir"
5852
- name: Detect compatibility with supported PHP version
5953
run: >
6054
/vendor/bin/phpcs -s -p --colors

0 commit comments

Comments
 (0)