Skip to content

Commit

Permalink
Remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Sep 29, 2020
1 parent 71a83e5 commit 9da67d6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,5 @@ jobs:
fetch-depth: 0
- run: composer install --prefer-dist

- name: "Create cache directory for phpstan/phpstan"
run: "mkdir -p .build/phpstan"

- name: "Cache cache directory for phpstan/phpstan"
uses: "actions/cache@v2"
with:
path: ".build/phpstan"
key: "php-7.3-phpstan-${{ github.sha }}"
restore-keys: "php-7.3-phpstan-"

- name: Run phpstan
run: phpstan analyse -c phpstan.neon.dist --error-format github

0 comments on commit 9da67d6

Please sign in to comment.