Skip to content

fix: Attachments show up correctly again now #29

fix: Attachments show up correctly again now

fix: Attachments show up correctly again now #29

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