Skip to content

Add num_items to the event InitiateCheckout #2562

Add num_items to the event InitiateCheckout

Add num_items to the event InitiateCheckout #2562

Workflow file for this run

name: JS tests
on: [push, pull_request]
jobs:
js-linter:
name: JS linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
cache: npm
cache-dependency-path: '_dev/package-lock.json'
- name: Lint JS files
working-directory: _dev
run: |
npm install
npm run lint