Skip to content

fix: make shopware 6.6 compatible #10

fix: make shopware 6.6 compatible

fix: make shopware 6.6 compatible #10

Workflow file for this run

name: Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v2
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
- name: phpstan
uses: docker://aragon999/phpstan-shopware:v6.5.0
with:
args: analyse .