Skip to content

Commit

Permalink
Merge pull request #33 from PrestaShop/dev
Browse files Browse the repository at this point in the history
Release 2.0.4
  • Loading branch information
Progi1984 committed Feb 8, 2021
2 parents a9006dd + d9f30e9 commit a7c1ebb
Show file tree
Hide file tree
Showing 6 changed files with 427 additions and 783 deletions.
21 changes: 20 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,25 @@ jobs:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'

- 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 All @@ -37,6 +51,11 @@ jobs:
matrix:
presta-versions: ['1.7.1.0', 'latest']
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'

- name: Checkout
uses: actions/checkout@v2.0.0

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Customer "_Sign in_" link

![PHP tests](https://github.com/PrestaShop/ps_customersignin/workflows/PHP%20tests/badge.svg)
[![Latest Stable Version](https://poser.pugx.org/PrestaShop/ps_customersignin/v)](//packagist.org/packages/PrestaShop/ps_customersignin)

## About

Adds a block that displays information about the customer.
Make your customers feel at home on your store, invite them to sign in!

## Reporting issues

Expand Down

0 comments on commit a7c1ebb

Please sign in to comment.