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 c92a6ef commit b5e735cCopy full SHA for b5e735c
.github/workflows/push-main.yml
@@ -86,13 +86,13 @@ jobs:
86
id: php-linter
87
uses: actions/cache@v3
88
with:
89
- path: ./protected/runtime/.phplint.result.cache
+ path: ./tmp/.phplint.result.cache
90
key: ${{ runner.os }}-phplint-${{ env.DATE }}
91
restore-keys: |
92
${{ runner.os }}-phplint-
93
94
- name: " -- Run PHPLint"
95
- run: COMPOSER_PROCESS_TIMEOUT=3000 php /home/runner/work/my-dir-web/my-dir-web/protected/composer.phar php-lint
+ run: COMPOSER_PROCESS_TIMEOUT=3000 composer php-lint
96
97
98
# # --------------------------------------------------------------------
0 commit comments