Skip to content

Commit

Permalink
Merge pull request #51 from PrestaShop/dependabot/composer/dev/presta…
Browse files Browse the repository at this point in the history
…shop/php-dev-tools-3.12

Bump prestashop/php-dev-tools from 3.11 to 3.12
  • Loading branch information
Progi1984 committed Dec 11, 2020
2 parents fc25c09 + bc7683a commit 41ce5d9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 29 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.0.0

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

- name: Install dependencies
run: composer install

- name: Run PHP-CS-Fixer
uses: prestashopcorp/github-action-php-cs-fixer@master
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff --using-cache=no --diff-format udiff

# Run PHPStan against the module and a PrestaShop release
phpstan:
Expand Down
57 changes: 29 additions & 28 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 41ce5d9

Please sign in to comment.