Skip to content

feat: shopware 6.6 compatibility #6

feat: shopware 6.6 compatibility

feat: shopware 6.6 compatibility #6

Workflow file for this run

name: CheckSnippets
on:
push:
branches:
- main
paths:
- 'src/**/snippet/*.json'
pull_request:
paths:
- 'src/**/snippet/*.json'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install -g compare-json
- run: comparejson -e -s="/" ./src/**/snippet/*.json