We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e124bff commit 96e40f1Copy full SHA for 96e40f1
src/Template/.github/workflows/unused.yml
@@ -47,16 +47,6 @@ jobs:
47
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
48
restore-keys: ${{ runner.os }}-composer-
49
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
60
- name: Install dependencies
61
run: |
62
composer -q config -g github-oauth.github.com "${{ secrets.GITHUB_TOKEN }}"
0 commit comments