There was an error while loading. Please reload this page.
1 parent 750b565 commit 6d6f852Copy full SHA for 6d6f852
2 files changed
.github/actions/ci-php-command-action/action.yaml
@@ -70,6 +70,7 @@ runs:
70
--pull=missing \
71
--env COMPOSER_CACHE_DIR="build/composer" \
72
--volume ${{ github.workspace }}:/app \
73
+ --workdir /app \
74
composer:latest \
75
${{ inputs.composer_command }}
76
@@ -86,5 +87,6 @@ runs:
86
87
--user="$(id -u):$(id -g)" \
88
89
90
91
php:${{ inputs.php-version }}-cli-alpine \
92
${{ inputs.command }}
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
- uses: ./.github/actions/ci-php-command-action
28
with:
29
display: PHP_CodeSniffer
30
- cache: build/phpcs
+ cache: build
31
command: php vendor/bin/phpcs --parallel=$(nproc --ignore=2) --report=full
32
33
phpstan:
0 commit comments