Compare commits
1 Commits
b7dfbc53b9
...
edf95e6083
Author | SHA1 | Date | |
---|---|---|---|
edf95e6083 |
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user