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 23c83df commit 43b4af3Copy full SHA for 43b4af3
.github/workflows/codestyle.yml
@@ -51,7 +51,9 @@ jobs:
51
- run: apk add git
52
- uses: actions/checkout@v4
53
- name: Various fixes to this image
54
- run: .github/jobs/fix_pipelinecomponents_image.sh
+ run: |
55
+ find / -name fix_pipelinecomponents_image.sh
56
+ bash .github/jobs/fix_pipelinecomponents_image.sh
57
- name: Detect compatibility with supported PHP version
58
run: >
59
phpcs -s -p --colors
0 commit comments