Compare commits

..

1 Commits

Author SHA1 Message Date
edf95e6083 Add more caching 2025-01-29 20:11:45 +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 path: .phpstan.cache
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