SSP-65 Flow Agency - Product Sync keeps failing - Nosto server errored out if the data was above 2MB v4 #414
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint PHP | |
on: | |
push: | |
branches: | |
- main | |
- develop | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: PHPLint | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
path: nosto-shopware6 | |
- name: Setup Runner | |
uses: ./nosto-shopware6/.github/action/setup_runner | |
- name: Setup | |
uses: ./nosto-shopware6/.github/action/setup_plugin | |
- name: Run PHPLint | |
working-directory: nosto-shopware6 | |
run: composer run lint |