Skip to content

Commit 96e40f1

Browse files
committed
Remove cruft lines
1 parent e124bff commit 96e40f1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Template/.github/workflows/unused.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,6 @@ jobs:
4747
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
4848
restore-keys: ${{ runner.os }}-composer-
4949

50-
- name: Create PHPStan cache directory
51-
run: mkdir -p build/phpstan
52-
53-
- name: Cache PHPStan results
54-
uses: actions/cache@v2
55-
with:
56-
path: build/phpstan
57-
key: ${{ runner.os }}-phpstan-${{ github.sha }}
58-
restore-keys: ${{ runner.os }}-phpstan-
59-
6050
- name: Install dependencies
6151
run: |
6252
composer -q config -g github-oauth.github.com "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)