Compare commits

..

1 Commits

Author SHA1 Message Date
b7dfbc53b9 Add more caching 2025-01-29 20:13:33 +01:00

View File

@ -29,7 +29,7 @@ jobs:
- name: Cache PHPStan - name: Cache PHPStan
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: .phpstan.cache path: .phpstan
key: phpstan-${{ hashFiles('composer.lock', 'phpstan.dist.neon') }} key: phpstan-${{ hashFiles('composer.lock', 'phpstan.dist.neon') }}
- name: Cache PHP CS Fixer - name: Cache PHP CS Fixer