Skip to content

Merge pull request #33 from findologic/SW-815_variant_product_is_expo… #183

Merge pull request #33 from findologic/SW-815_variant_product_is_expo…

Merge pull request #33 from findologic/SW-815_variant_product_is_expo… #183

Workflow file for this run

name: lint
on:
push:
branches:
- main
- develop
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup PHP with Composer 2
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
tools: composer:v2
extensions: json, simple-xml
- name: Install all dependencies
run: composer install
- name: Run linting
run: composer lint