Skip to content

feat: add an option to disable body parsing (#41) #21

feat: add an option to disable body parsing (#41)

feat: add an option to disable body parsing (#41) #21

Workflow file for this run

name: Testing
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: lts/*
- run: npm i
- run: npm run lint
- run: npm test