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 75ab508 commit 9e92721Copy full SHA for 9e92721
.github/workflows/static-analysis.yml
@@ -26,19 +26,6 @@ jobs:
26
env:
27
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
29
- - name: Get Composer cache directory
30
- id: composer-cache
31
- run: |
32
- echo "composer_dir={$(composer config cache-files-dir)}" >> $GITHUB_OUTPUT
33
-
34
- - name: Retrieve Composer‘s cache
35
- uses: actions/cache@v3
36
- with:
37
- path: ${{ steps.composer-cache.outputs.composer_dir }}
38
- key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
39
- restore-keys: |
40
- ${{ runner.os }}-composer-
41
42
- name: Install composer dependencies
43
run: "composer install --no-interaction --no-progress --no-scripts"
44
0 commit comments