Skip to content

Commit b5e735c

Browse files
committed
Added workflow
1 parent c92a6ef commit b5e735c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ jobs:
8686
id: php-linter
8787
uses: actions/cache@v3
8888
with:
89-
path: ./protected/runtime/.phplint.result.cache
89+
path: ./tmp/.phplint.result.cache
9090
key: ${{ runner.os }}-phplint-${{ env.DATE }}
9191
restore-keys: |
9292
${{ runner.os }}-phplint-
9393
9494
- name: " -- Run PHPLint"
95-
run: COMPOSER_PROCESS_TIMEOUT=3000 php /home/runner/work/my-dir-web/my-dir-web/protected/composer.phar php-lint
95+
run: COMPOSER_PROCESS_TIMEOUT=3000 composer php-lint
9696

9797

9898
# # --------------------------------------------------------------------

0 commit comments

Comments
 (0)