Skip to content

NEXT-39768 - Added a listener to stop the Shop registration process if the Shop URL is not reachable #43

NEXT-39768 - Added a listener to stop the Shop registration process if the Shop URL is not reachable

NEXT-39768 - Added a listener to stop the Shop registration process if the Shop URL is not reachable #43

Workflow file for this run

name: PHPStan
on:
push:
paths:
- '**.php'
branches:
- main
pull_request:
workflow_dispatch:
jobs:
static-analyse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
coverage: none
- name: Install dependencies
run: composer install
- name: Run PHPStan
run: vendor/bin/phpstan