Skip to content

Commit

Permalink
🔧 phpstan
Browse files Browse the repository at this point in the history
Signed-off-by: bnomei <b@bnomei.com>
  • Loading branch information
bnomei committed Jul 22, 2024
1 parent 1ab5fe4 commit a19145c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
tools: composer:v2
coverage: none

- name: Cache composer dependencies
uses: actions/cache@v4
with:
path: vendor
key: composer-${{ hashFiles('composer.lock') }}

- name: Install
run: |
composer install --no-interaction --prefer-dist --optimize-autoloader
Expand Down

0 comments on commit a19145c

Please sign in to comment.