Skip to content

added jwt_token_refresh_interval #56

added jwt_token_refresh_interval

added jwt_token_refresh_interval #56

Workflow file for this run

name: Validate Configurations
on:
- push
- pull_request
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js
uses: actions/[email protected]
- run: npm ci
- run: npm test
env:
CI: true