Skip to content

Commit 224971d

Browse files
committed
Improve GitHub workflow configurations
1 parent cea4337 commit 224971d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/linting-dependencies.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,6 @@ jobs:
2121
php-version: 8.3
2222
tools: composer:v2
2323

24-
- name: Set Composer cache directory
25-
id: composer-cache
26-
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
27-
28-
- name: Cache Composer output
29-
uses: actions/cache@v4
30-
with:
31-
path: ${{ steps.composer-cache.outputs.dir }}
32-
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
33-
restore-keys: ${{ runner.os }}-composer-
34-
35-
- name: Install dependencies
36-
id: install
37-
run: composer install --ansi --no-interaction --no-progress
38-
3924
- name: Check if any Composer dependencies are compromised
4025
if: always() && steps.install.outcome == 'success'
4126
run: composer audit

0 commit comments

Comments
 (0)