Skip to content

Fix address displayed in cart #116

Fix address displayed in cart

Fix address displayed in cart #116

Workflow file for this run

name: CI
on: [push]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
error_format: github
php_version: 7.4
php_extensions: opcache mbstring
memory_limit: 1G