Skip to content

feat: fix roles type in JwtPayload (#49) #97

feat: fix roles type in JwtPayload (#49)

feat: fix roles type in JwtPayload (#49) #97

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: SDK build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- run: yarn install
- run: yarn test
- run: yarn coverage
- run: yarn build
- name: Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}