Skip to content

SW-801 export variants with different attribute values V6 #182

SW-801 export variants with different attribute values V6

SW-801 export variants with different attribute values V6 #182

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