Skip to content

fix(#1071): Fix query param validation for literal bracket notation in param names #831

fix(#1071): Fix query param validation for literal bracket notation in param names

fix(#1071): Fix query param validation for literal bracket notation in param names #831

Workflow file for this run

name: Build and Test
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build the project
run: npm run compile
- name: Test the project
run: npm run test:all