Skip to content

Make "processing a response" non-normative and add a note for clients #318

Make "processing a response" non-normative and add a note for clients

Make "processing a response" non-normative and add a note for clients #318

Workflow file for this run

name: Prettier formatting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: npm ci
- run: npm run format:check