Skip to content

feat: Added callbacks onTokenExpiring and onTokenExpired #165

feat: Added callbacks onTokenExpiring and onTokenExpired

feat: Added callbacks onTokenExpiring and onTokenExpired #165

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
# spellcheck:
# runs-on: 'ubuntu-latest'
# steps:
# - name: 📚 Git Checkout
# uses: actions/checkout@v4
# - name: npm install
# run: |
# npm install -g git+https://github.com/streetsidesoftware/cspell-cli
# cspell-cli --no-progress
# uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
# with:
# config: ''
# modified_files_only: false
# verbose: true