Skip to content

[FEATURE] allow grant type to be specified for client:auth #47

[FEATURE] allow grant type to be specified for client:auth

[FEATURE] allow grant type to be specified for client:auth #47

Workflow file for this run

name: build-and-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- run: npm ci
- run: npm test