Skip to content

Commit

Permalink
Merge pull request #32 from PrestaShop/dev
Browse files Browse the repository at this point in the history
Release 2.1.1
  • Loading branch information
Progi1984 committed Oct 22, 2021
2 parents 0bb69da + 4f005f3 commit 47f67bb
Show file tree
Hide file tree
Showing 6 changed files with 453 additions and 184 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
target-branch: dev
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
target-branch: dev
18 changes: 17 additions & 1 deletion .github/workflows/php.yml
Expand Up @@ -17,10 +17,26 @@ 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

phpstan:
name: PHPStan
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

## About

Displays a small icon over the favicon, only in back office, showing the number of notifications
Get notified directly on your browser tab each time you get a new order, customer or message.

## Reporting issues

Expand Down

0 comments on commit 47f67bb

Please sign in to comment.