Skip to content

PLUG-104: Add instructions for testing webhooks locally and update do… #54

PLUG-104: Add instructions for testing webhooks locally and update do…

PLUG-104: Add instructions for testing webhooks locally and update do… #54

Workflow file for this run

name: Codesniffer with the Magento Coding standard
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run codesniffer
run:
docker run
--volume $(pwd)/:/app/workdir
michielgerritsen/magento-coding-standard:latest
--severity=6