Skip to content

Commit bf753ff

Browse files
committed
Use right dir
1 parent 6b69293 commit bf753ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/codestyle.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v4
5252
- name: Trigger the plugin
53-
run: composer install
53+
run: >
54+
olddir=`pwd`
55+
cd /
56+
composer install
57+
cd "$olddir"
5458
- name: Detect compatibility with supported PHP version
5559
run: >
5660
/vendor/bin/phpcs -s -p --colors

0 commit comments

Comments
 (0)