Skip to content

fix(buildParams) array values without [] suffixed keys are not transformed to LHS format #9

fix(buildParams) array values without [] suffixed keys are not transformed to LHS format

fix(buildParams) array values without [] suffixed keys are not transformed to LHS format #9

Workflow file for this run

name: PR Test
on: [pull_request]
jobs:
test-pr:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Clean install deps
run: npm ci
- name: Run tests
run: npm test